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
WORKDIR /var/www
# MySQL 5.7 (Homefully not version 8...)
RUN DEBIAN_FRONTEND=noninteractive \
apt-get update && apt-get install -y --no-install-recommends \
# Installing needed packages
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
mysql-server \
nginx \
php-fpm \