update default install arg and remove extra run command

This commit is contained in:
Shao Yu Lung
2018-03-20 10:59:59 +08:00
parent 164069c256
commit 99c7758799
3 changed files with 4 additions and 9 deletions

View File

@ -429,11 +429,6 @@ RUN echo "" >> ~/.bashrc && \
#####################################
# Laravel Envoy:
#####################################
USER root
RUN apt-get update -yqq \
&& apt-get install -y php-curl
USER laradock
ARG INSTALL_LARAVEL_ENVOY=false