FROM php:8.0-apache
RUN apt-get update && apt-get upgrade -y
RUN uname -r
COPY ./script /var/www/html