File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff 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
2020RUN 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
3226ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
You can’t perform that action at this time.
0 commit comments