Unverified Commit f7ac8cf8 authored by Mahmoud Zalt's avatar Mahmoud Zalt Committed by GitHub

Merge pull request #1241 from nellonican/master

Fix Dockerfile
parents 35183eff b47963c8
......@@ -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
#####################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment