Skip to content

Commit

Permalink
Merge pull request laradock#1241 from nellonican/master
Browse files Browse the repository at this point in the history
Fix Dockerfile
  • Loading branch information
Mahmoudz authored Nov 12, 2017
2 parents 35183ef + b47963c commit f7ac8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace/Dockerfile-71
Original file line number Diff line number Diff line change
Expand Up @@ -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

#####################################
Expand Down

0 comments on commit f7ac8cf

Please sign in to comment.