Skip to content

Commit a40ec8e

Browse files
committed
fix missing ssh
1 parent 3cf4280 commit a40ec8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV GID=${GID}
88

99
# Update + base
1010
RUN apt-get update \
11-
&& apt-get install -y sudo nano wget curl clang clang-18 clang-tools-18
11+
&& apt-get install -y sudo nano wget curl openssh-client clang clang-18 clang-tools-18
1212

1313
# Create user if target uid not exist (possible login as postgres?)
1414
RUN if getent passwd "$UID" > /dev/null; then \

0 commit comments

Comments
 (0)