FROM debian:buster COPY srcs /root/ RUN yes | apt-get update && \ yes | apt-get install mariadb-server nginx php7.3 php7.3-fpm php7.3-mysql curl php-xml php-mbstring && \ yes | apt-get autoremove WORKDIR /root/ RUN bash init.sh ENTRYPOINT bash welcome.sh