Fix Dockerfile
Building the workspace docker image with Dockerfile-71 failed because of missing "&&"
This commit is contained in:
parent
35183eff42
commit
b47963c80d
@ -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
|
||||
|
||||
#####################################
|
||||
|
Loading…
Reference in New Issue
Block a user