Skip to content

Commit 6ea76d0

Browse files
authored
Remove browser installation conditions from Dockerfile
Removed conditional installation of Chromium and Firefox from Dockerfile.
1 parent 666f948 commit 6ea76d0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2020
curl \
2121
tar \
2222
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-
fi \
2923
&& docker-php-source extract \
3024
# Add install-php-extensions
3125
&& curl -fsSL https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions \

0 commit comments

Comments
 (0)