We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8198ec4 commit 5385b26Copy full SHA for 5385b26
Dockerfile
@@ -42,7 +42,7 @@ ENV PHP_INI_SCAN_DIR=":$PHP_INI_DIR/app.conf.d"
42
###> recipes ###
43
###> symfony/panther ###
44
# Chromium and ChromeDriver
45
-ENV PANTHER_NO_SANDBOX 1
+ENV PANTHER_NO_SANDBOX=1
46
# Not mandatory, but recommended
47
ENV PANTHER_CHROME_ARGUMENTS='--disable-dev-shm-usage'
48
RUN apt-get update && apt-get install -y --no-install-recommends chromium chromium-driver && rm -rf /var/lib/apt/lists/*
0 commit comments