We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666f948 commit 6ea76d0Copy full SHA for 6ea76d0
Dockerfile
@@ -20,12 +20,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
20
curl \
21
tar \
22
wget \
23
- && if [ "$WITH_CHROMIUM" = "true" ]; then \
24
- apt-get install -y --no-install-recommends chromium chromium-driver; \
25
- fi \
26
- && if [ "$WITH_FIREFOX" = "true" ]; then \
27
- apt-get install -y --no-install-recommends firefox-esr; \
28
29
&& docker-php-source extract \
30
# Add install-php-extensions
31
&& curl -fsSL https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions \
0 commit comments