Skip to content

Commit

Permalink
restore download install-build-deps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Jul 24, 2023
1 parent e4d817c commit 3f31d66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/images/build-deps/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ 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.py && \
sed -i 's/snapcraft/wget/' install-build-deps.sh && \
chmod +x ./install-build-deps.sh && \
chmod +x ./install-build-deps.py && \
sudo ./install-build-deps.sh --no-prompt --lib32 --no-chromeos-fonts && \
sudo ./install-build-deps.sh --android --no-prompt --no-chromeos-fonts && \
sudo mkdir -p /github/home/.vscode-server && \
Expand Down

0 comments on commit 3f31d66

Please sign in to comment.