Skip to content

Commit 92dda46

Browse files
committed
Changes to make travis work, copied from spyridonas PR
1 parent c42e039 commit 92dda46

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

php-fpm/Dockerfile-56

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ ARG INSTALL_GMP=false
177177
RUN if [ ${INSTALL_GMP} = true ]; then \
178178
# Install the GMP extension
179179
apt-get update -yqq && \
180-
apt-get install -y libgmp-dev && \
180+
apt-get install -y libgmp3-dev && \
181181
docker-php-ext-install gmp \
182182
;fi
183183

workspace/Dockerfile-71

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,10 @@ RUN echo "" >> ~/.bashrc && \
427427
#####################################
428428
# Laravel Envoy:
429429
#####################################
430+
USER root
431+
apt-get update -yqq \
432+
&& apt-get install -y php-curl
433+
430434
USER laradock
431435

432436
ARG INSTALL_LARAVEL_ENVOY=false

0 commit comments

Comments
 (0)