Testing using before install command
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user