Skip to content

Commit 73a453f

Browse files
committed
feat: remove apt update command from Dockerfile and update devcontainer features
1 parent d1a2d48 commit 73a453f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
FROM mcr.microsoft.com/devcontainers/base:jammy
2-
3-
RUN apt update
1+
FROM mcr.microsoft.com/devcontainers/base:jammy

templates-arm/terraform/.devcontainer/devcontainer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
},
1010
"features": {
1111
"./local-features/aws-cli": "latest",
12-
"./local-features/terraform": "latest"
12+
"./local-features/terraform": "latest",
13+
// "./local-features/google-cloud-cli": "latest"
1314
// "ghcr.io/devcontainers/features/common-utils": {},
1415
// "ghcr.io/devcontainers/features/terraform:1": {},
1516
// "ghcr.io/devcontainers/features/aws-cli:1": {},
16-
// "ghcr.io/devcontainers/features/azure-cli:1": {},
17-
// "ghcr.io/dhoeric/features/google-cloud-cli:1": {}
17+
"ghcr.io/devcontainers/features/azure-cli:1": {},
18+
"ghcr.io/dhoeric/features/google-cloud-cli:1": {}
1819
// "./local-features/ubuntu-dev": "latest"
1920
},
2021
"runArgs": ["--device=/dev/net/tun"]

0 commit comments

Comments
 (0)