Skip to content

Commit

Permalink
add openssh-client to dockerfile to allow for git ssh pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Oct 24, 2024
1 parent a5abfc9 commit 64c2165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN set -eux; \
curl \
ca-certificates \
xz-utils \
openssh-client \
; \
rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Uncomment this and commend "image" out for local devcontainer building.
// "build": {
// "dockerfile": "Dockerfile",
// "context": "../",
// "context": "../"
// },
"image": "ghcr.io/nrel/buildingmotif/devcontainer:ts-devcontainers",
"runArgs": ["--net=host"], // Use host network for webapp (which only listens for localhost by default)
Expand Down

0 comments on commit 64c2165

Please sign in to comment.