Skip to content

Commit

Permalink
fix devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Apr 18, 2023
1 parent 1bad873 commit fc045de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VARIANT=1.17-bullseye
FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT}
FROM mcr.microsoft.com/devcontainers/go:0-${VARIANT}

RUN apt-get update \
&& apt-get install -y build-essential
8 changes: 5 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"GO_OPENSSL_VERSION_OVERRIDE": "1.1.0",
},
"onCreateCommand": "sh ${containerWorkspaceFolder}/scripts/openssl.sh ${GO_OPENSSL_VERSION_OVERRIDE}",
"extensions": [
"golang.go"
]
"customizations": {
"vscode": {
"extensions": ["golang.go"]
}
},
}

0 comments on commit fc045de

Please sign in to comment.