Fix Dockerfile

Building the workspace docker image with Dockerfile-71 failed because
of missing "&&"
This commit is contained in:
Thorvald Falkenburg 2017-11-12 19:45:44 +01:00
parent 35183eff42
commit b47963c80d

View File

@ -52,7 +52,7 @@ ENV PGID ${PGID}
RUN groupadd -g ${PGID} laradock && \
useradd -u ${PUID} -g laradock -m laradock && \
apt-get update -yqq \
apt-get update -yqq && \
apt-get install -y python2.7
#####################################