Merge pull request #1241 from nellonican/master

Fix Dockerfile
This commit is contained in:
Mahmoud Zalt 2017-11-12 20:56:40 +02:00 committed by GitHub
commit f7ac8cf862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
#####################################