diff --git a/images/build-deps/Dockerfile b/images/build-deps/Dockerfile index dc44c75..42cab46 100644 --- a/images/build-deps/Dockerfile +++ b/images/build-deps/Dockerfile @@ -33,14 +33,11 @@ USER ${user} WORKDIR /home/${user} RUN wget https://raw.githubusercontent.com/chromium/chromium/$VERSION/build/install-build-deps.sh \ - && \ - wget https://raw.githubusercontent.com/chromium/chromium/$VERSION/build/install-build-deps-android.sh \ && \ sed -i 's/snapcraft/wget/' install-build-deps.sh && \ chmod +x ./install-build-deps.sh && \ - chmod +x ./install-build-deps-android.sh && \ sudo ./install-build-deps.sh --no-prompt --lib32 --no-chromeos-fonts && \ - sudo ./install-build-deps-android.sh --no-prompt && \ + sudo ./install-build-deps.sh --android --no-prompt && \ sudo mkdir -p /github/home/.vscode-server && \ sudo chown lg /github/home/.vscode-server