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 3cf4280 commit a40ec8eCopy full SHA for a40ec8e
.devcontainer/Dockerfile
@@ -8,7 +8,7 @@ ENV GID=${GID}
8
9
# Update + base
10
RUN apt-get update \
11
- && apt-get install -y sudo nano wget curl clang clang-18 clang-tools-18
+ && apt-get install -y sudo nano wget curl openssh-client clang clang-18 clang-tools-18
12
13
# Create user if target uid not exist (possible login as postgres?)
14
RUN if getent passwd "$UID" > /dev/null; then \
0 commit comments