File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22RUN sudo apt update -y \
33 && sudo apt remove chromium* -y \
44 && ARCH=$(dpkg --print-architecture) \
5- && wget https://ftp .debian.org/debian/pool/main/c/chromium/chromium_136.0.7103.113-1~deb12u1_${ARCH}.deb \
6- && wget https://ftp .debian.org/debian/pool/main/c/chromium/chromium-common_136.0.7103.113-1~deb12u1_${ARCH}.deb \
7- && wget https://ftp .debian.org/debian/pool/main/c/chromium/chromium-driver_136.0.7103.113-1~deb12u1_${ARCH}.deb \
5+ && wget https://snapshot .debian.org/archive/ debian/20250601T025158Z /pool/main/c/chromium/chromium_136.0.7103.113-1~deb12u1_${ARCH}.deb \
6+ && wget https://snapshot .debian.org/archive/ debian/20250601T025158Z /pool/main/c/chromium/chromium-common_136.0.7103.113-1~deb12u1_${ARCH}.deb \
7+ && wget https://snapshot .debian.org/archive/ debian/20250601T025158Z /pool/main/c/chromium/chromium-driver_136.0.7103.113-1~deb12u1_${ARCH}.deb \
88 && sudo apt install ./chromium*.deb -y \
99 && sudo apt-mark hold chromium chromium-common chromium-driver \
1010 && rm -f chromium*.deb
You can’t perform that action at this time.
0 commit comments