mirror of
https://github.com/VSCodium/vscode-linux-build-agent.git
synced 2025-12-11 05:45:40 -06:00
feat: add cargo
This commit is contained in:
parent
5416f1b9ee
commit
78f9c14ff1
@ -37,7 +37,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
gnupg \
|
||||
unzip \
|
||||
# VSCodium
|
||||
jq
|
||||
jq \
|
||||
cargo
|
||||
|
||||
# Disable user so it can run on GH (VSCodium)
|
||||
# # No Sudo Prompt
|
||||
|
||||
@ -37,7 +37,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
gnupg \
|
||||
unzip \
|
||||
# VSCodium
|
||||
jq
|
||||
jq \
|
||||
cargo
|
||||
|
||||
# Disable user so it can run on GH (VSCodium)
|
||||
# # No Sudo Prompt
|
||||
|
||||
@ -55,6 +55,7 @@ RUN apt-get update && apt-get install -y \
|
||||
imagemagick \
|
||||
gcc-10 \
|
||||
g++-10 \
|
||||
cargo \
|
||||
&& curl https://chromium.googlesource.com/chromium/src/+/HEAD/build/install-build-deps.sh\?format\=TEXT | base64 --decode | cat > /setup/install-build-deps.sh \
|
||||
&& curl https://chromium.googlesource.com/chromium/src/+/HEAD/build/install-build-deps.py\?format\=TEXT | base64 --decode | cat > /setup/install-build-deps.py \
|
||||
# Remove snapcraft to avoid issues on docker build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user