File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 44 " ENV PANTHER_NO_SANDBOX 1" ,
55 " # Not mandatory, but recommended" ,
66 " ENV PANTHER_CHROME_ARGUMENTS='--disable-dev-shm-usage'" ,
7+ " # hadolint ignore=DL3008" ,
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 " #\t tar -zxf geckodriver-v$GECKODRIVER_VERSION-aarch64.tar.gz -C /usr/bin; \\ " ,
You can’t perform that action at this time.
0 commit comments