File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -322,4 +322,3 @@ PHP_IDE_CONFIG=serverName=laradock
322322# Fix for windows users to make sure the application path works.
323323
324324COMPOSE_CONVERT_WINDOWS_PATHS=1
325-
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ ENV PGID ${PGID}
5252
5353RUN groupadd -g ${PGID} laradock && \
5454 useradd -u ${PUID} -g laradock -m laradock && \
55- apt-get update -yqq
55+ apt-get update -yqq \
56+ apt-get install -y python2.7
5657
5758#####################################
5859# SOAP:
@@ -682,7 +683,8 @@ RUN if [ ${INSTALL_DUSK_DEPS} = true ]; then \
682683# Clean up
683684USER root
684685RUN apt-get clean && \
685- rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
686+ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
687+ npm config set python /usr/bin/python2.7
686688
687689# Set default work directory
688690WORKDIR /var/www
You can’t perform that action at this time.
0 commit comments