Skip to content

Commit 2c47bec

Browse files
committed
fix: add hadolint ignore to panther recipe
1 parent dc8a1b5 commit 2c47bec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

symfony/panther/1.0/manifest.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
"# Chromium and ChromeDriver",
44
"ENV PANTHER_NO_SANDBOX 1",
55
"# Not mandatory, but recommended",
6+
"# hadolint ignore=DL3008",
67
"ENV PANTHER_CHROME_ARGUMENTS='--disable-dev-shm-usage'",
78
"RUN apt-get update && apt-get install -y --no-install-recommends chromium chromium-driver && rm -rf /var/lib/apt/lists/*",
89
"",
910
"# Firefox and geckodriver",
1011
"#ARG GECKODRIVER_VERSION=0.34.0",
12+
"# hadolint ignore=DL3008",
1113
"#RUN apt-get update && apt-get install -y --no-install-recommends firefox && rm -rf /var/lib/apt/lists/*",
1214
"#RUN wget -q https://github.com/mozilla/geckodriver/releases/download/v$GECKODRIVER_VERSION/geckodriver-v$GECKODRIVER_VERSION-aarch64.tar.gz; \\",
1315
"#\ttar -zxf geckodriver-v$GECKODRIVER_VERSION-aarch64.tar.gz -C /usr/bin; \\",

0 commit comments

Comments
 (0)