Update Dockerfile

This commit is contained in:
uazo 2022-10-28 09:41:41 -02:00 committed by GitHub
parent 4923c1bd3d
commit 04c2891f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -40,5 +40,7 @@ RUN wget https://raw.githubusercontent.com/chromium/chromium/$VERSION/build/inst
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-android.sh --no-prompt && \
sudo mkdir -p /github/home/.vscode-server && \
sudo chown lg /github/home/.vscode-server