We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3908b2 commit 417c33aCopy full SHA for 417c33a
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.1",
+ "version": "8.0.2",
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
+ apk add --no-cache bash coreutils gcompat
9
fi
10
11
exec /bin/bash "$(dirname "${0}")/install_actual.sh" "${@}"
0 commit comments