Need to update first

This commit is contained in:
William Miceli
2019-03-15 17:33:53 -04:00
parent 956de91409
commit f376f67059

View File

@@ -4,7 +4,8 @@ FROM nginx:stable
ARG GRAV_VERSION=1.5.8 ARG GRAV_VERSION=1.5.8
# Install dependencies # Install dependencies
RUN apt-get install software-properties-common && \ RUN apt-get update && \
apt-get install software-properties-common && \
add-apt-repository ppa:ondrej/php && \ add-apt-repository ppa:ondrej/php && \
apt-get update && \ apt-get update && \
apt-get install -y sudo wget unzip && \ apt-get install -y sudo wget unzip && \