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 3
3
" # Chromium and ChromeDriver" ,
4
4
" ENV PANTHER_NO_SANDBOX 1" ,
5
5
" # Not mandatory, but recommended" ,
6
+ " # hadolint ignore=DL3008" ,
6
7
" ENV PANTHER_CHROME_ARGUMENTS='--disable-dev-shm-usage'" ,
7
8
" RUN apt-get update && apt-get install -y --no-install-recommends chromium chromium-driver && rm -rf /var/lib/apt/lists/*" ,
8
9
" " ,
9
10
" # Firefox and geckodriver" ,
10
11
" #ARG GECKODRIVER_VERSION=0.34.0" ,
12
+ " # hadolint ignore=DL3008" ,
11
13
" #RUN apt-get update && apt-get install -y --no-install-recommends firefox && rm -rf /var/lib/apt/lists/*" ,
12
14
" #RUN wget -q https://github.com/mozilla/geckodriver/releases/download/v$GECKODRIVER_VERSION/geckodriver-v$GECKODRIVER_VERSION-aarch64.tar.gz; \\ " ,
13
15
" #\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