We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42e039 commit 92dda46Copy full SHA for 92dda46
2 files changed
php-fpm/Dockerfile-56
@@ -177,7 +177,7 @@ ARG INSTALL_GMP=false
177
RUN if [ ${INSTALL_GMP} = true ]; then \
178
# Install the GMP extension
179
apt-get update -yqq && \
180
- apt-get install -y libgmp-dev && \
+ apt-get install -y libgmp3-dev && \
181
docker-php-ext-install gmp \
182
;fi
183
workspace/Dockerfile-71
@@ -427,6 +427,10 @@ RUN echo "" >> ~/.bashrc && \
427
#####################################
428
# Laravel Envoy:
429
430
+USER root
431
+ apt-get update -yqq \
432
+ && apt-get install -y php-curl
433
+
434
USER laradock
435
436
ARG INSTALL_LARAVEL_ENVOY=false
0 commit comments