We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d53e56 commit b20ee2dCopy full SHA for b20ee2d
2 files changed
src/apt-packages/devcontainer-feature.json
@@ -1,7 +1,7 @@
1
{
2
"name": "APT Packages",
3
"id": "apt-packages",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"description": "Install programs using the APT package manager.",
6
"options": {
7
"packages": {
src/apt-packages/install.sh
@@ -5,6 +5,6 @@ set -e
apt update
# shellcheck disable=SC2154
8
-apt install --no-install-recomends --yes "${PACKAGES}"
+apt install --no-install-recommends --yes "${PACKAGES}"
9
10
rm -rf /var/lib/apt/lists /var/cache/apt/archives
0 commit comments