Testing using before install command

This commit is contained in:
WilliamMiceli
2019-10-19 15:58:49 -04:00
parent 5bf8ca6393
commit c84484bd53

View File

@@ -2,9 +2,8 @@ FROM ubuntu:18.04
USER root USER root
WORKDIR /var/www WORKDIR /var/www
# MySQL 5.7 (Homefully not version 8...) # Installing needed packages
RUN DEBIAN_FRONTEND=noninteractive \ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
apt-get update && apt-get install -y --no-install-recommends \
mysql-server \ mysql-server \
nginx \ nginx \
php-fpm \ php-fpm \