Loading Dockerfile +8 −2 Original line number Diff line number Diff line Loading @@ -3,11 +3,17 @@ FROM ubuntu:20.04 ENV CHROMIUM_DIR "/srv/chromium" ENV CHROMIUM_VER "129.0.6668.71" RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive \ apt-get install -y software-properties-common && \ add-apt-repository ppa:deadsnakes/ppa && \ add-apt-repository ppa:git-core/ppa RUN dpkg --add-architecture i386 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive \ apt-get -f -y install sudo lsb-release cl-base64 bash wget apt-utils ccache jq python3 \ apt-get -f -y install sudo lsb-release cl-base64 bash wget apt-utils ccache jq python3.10 \ python-is-python3 sed tzdata build-essential lib32gcc-9-dev g++-multilib dos2unix wiggle git curl RUN mkdir ${CHROMIUM_DIR} Loading Loading
Dockerfile +8 −2 Original line number Diff line number Diff line Loading @@ -3,11 +3,17 @@ FROM ubuntu:20.04 ENV CHROMIUM_DIR "/srv/chromium" ENV CHROMIUM_VER "129.0.6668.71" RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive \ apt-get install -y software-properties-common && \ add-apt-repository ppa:deadsnakes/ppa && \ add-apt-repository ppa:git-core/ppa RUN dpkg --add-architecture i386 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive \ apt-get -f -y install sudo lsb-release cl-base64 bash wget apt-utils ccache jq python3 \ apt-get -f -y install sudo lsb-release cl-base64 bash wget apt-utils ccache jq python3.10 \ python-is-python3 sed tzdata build-essential lib32gcc-9-dev g++-multilib dos2unix wiggle git curl RUN mkdir ${CHROMIUM_DIR} Loading