There was an error while loading. Please reload this page.
1 parent 417c33a commit 78ee6edCopy full SHA for 78ee6ed
2 files changed
src/rust/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
// ref: https://github.com/devcontainers/spec/blob/main/schemas/devContainerFeature.schema.json
2
{
3
"id": "rust",
4
- "version": "8.0.2",
+ "version": "8.0.3",
5
"name": "Development Container Feature - Rust",
6
"documentationURL": "https://github.com/georglauterbach/dev-container-features/tree/main/src/rust",
7
"description": "Work efficiently and effortlessly with the Rust programming language",
src/rust/install.sh
@@ -5,7 +5,7 @@ set -e
. /etc/os-release
if [ "${ID}" = "alpine" ]; then
8
- apk add --no-cache bash coreutils gcompat
+ apk add --no-cache bash coreutils gcompat libgcc
9
fi
10
11
exec /bin/bash "$(dirname "${0}")/install_actual.sh" "${@}"
0 commit comments