Yes, I would like to install that XD

This commit is contained in:
William Miceli
2019-03-15 17:37:39 -04:00
parent f376f67059
commit cf2bcc3f32

View File

@@ -5,7 +5,7 @@ ARG GRAV_VERSION=1.5.8
# Install dependencies # Install dependencies
RUN apt-get update && \ RUN apt-get update && \
apt-get install software-properties-common && \ apt-get install -y 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 && \