Skip to content

Commit 5385b26

Browse files
committed
Fix Dockerfile
1 parent 8198ec4 commit 5385b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ENV PHP_INI_SCAN_DIR=":$PHP_INI_DIR/app.conf.d"
4242
###> recipes ###
4343
###> symfony/panther ###
4444
# Chromium and ChromeDriver
45-
ENV PANTHER_NO_SANDBOX 1
45+
ENV PANTHER_NO_SANDBOX=1
4646
# Not mandatory, but recommended
4747
ENV PANTHER_CHROME_ARGUMENTS='--disable-dev-shm-usage'
4848
RUN apt-get update && apt-get install -y --no-install-recommends chromium chromium-driver && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)