Removed build/install-build-deps-android.sh from repo

This commit is contained in:
uazo 2023-03-02 02:14:07 -06:00 committed by GitHub
parent dda7cece8f
commit eb0447a0b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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