Loading Dockerfile +1 −1 Original line number Diff line number Diff line FROM ubuntu:20.04 ENV CHROMIUM_DIR "/srv/chromium" ENV CHROMIUM_VER "127.0.6533.94" ENV CHROMIUM_VER "127.0.6533.103" RUN dpkg --add-architecture i386 Loading build.sh +2 −2 Original line number Diff line number Diff line Loading @@ -183,9 +183,9 @@ sync() { fi fi if [ $history -eq 1 ]; then gclient sync -D --nohooks -R gclient sync -D --nohooks -R --force else gclient sync --no-history -D --nohooks -R gclient sync --no-history -D --nohooks -R --force fi gclient runhooks patch Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line FROM ubuntu:20.04 ENV CHROMIUM_DIR "/srv/chromium" ENV CHROMIUM_VER "127.0.6533.94" ENV CHROMIUM_VER "127.0.6533.103" RUN dpkg --add-architecture i386 Loading
build.sh +2 −2 Original line number Diff line number Diff line Loading @@ -183,9 +183,9 @@ sync() { fi fi if [ $history -eq 1 ]; then gclient sync -D --nohooks -R gclient sync -D --nohooks -R --force else gclient sync --no-history -D --nohooks -R gclient sync --no-history -D --nohooks -R --force fi gclient runhooks patch Loading