File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 11#ddev-generated
22RUN sudo apt update -y \
33 && sudo apt remove chromium* -y \
4- && wget https://ftp.debian.org/debian/pool/main/c/chromium/chromium_136.0.7103.113-1~deb12u1_amd64.deb \
5- && wget https://ftp.debian.org/debian/pool/main/c/chromium/chromium-common_136.0.7103.113-1~deb12u1_amd64.deb \
6- && wget https://ftp.debian.org/debian/pool/main/c/chromium/chromium-driver_136.0.7103.113-1~deb12u1_amd64.deb \
4+ && 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 \
78 && sudo apt install ./chromium*.deb -y \
89 && sudo apt-mark hold chromium chromium-common chromium-driver \
910 && rm -f chromium*.deb
You can’t perform that action at this time.
0 commit comments