Skip to content

Commit e7df070

Browse files
committed
Fix
1 parent 9009585 commit e7df070

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,9 @@ RUN apt-get update \
1818
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
1919

2020
RUN apt-get update \
21-
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ $( lsb_release -sc ) stable main" >> /etc/apt/sources.list.d/google-chrome.list' \
22-
# && sed -i -e 's/deb http/deb [arch=amd64] http/' "/etc/apt/sources.list.d/google.list" \
23-
# && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
24-
# && curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb \
25-
# && apt-get install -y ./google-chrome-stable_current_amd64.deb \
26-
# && rm google-chrome-stable_current_amd64.deb \
21+
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
2722
&& apt-get update \
2823
&& apt-get install -y google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 --no-install-recommends \
29-
# && apt-get install -y chromium google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 --no-install-recommends \
3024
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*
3125

3226
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true

0 commit comments

Comments
 (0)