feat: add cargo

This commit is contained in:
Baptiste Augrain 2025-04-08 13:51:53 +02:00
parent 5416f1b9ee
commit 78f9c14ff1
No known key found for this signature in database
GPG Key ID: D0F9263E966FE50B
3 changed files with 5 additions and 2 deletions

View File

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

View File

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

View File

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