Skip to content

Commit 48cfa5f

Browse files
committed
devcontainer: add ssh package
1 parent 9890976 commit 48cfa5f

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
@@ -3,7 +3,7 @@ FROM debian:bookworm
33
RUN apt-get update \
44
&& DEBIAN_FRONTEND="noninteractive" apt-get install -y \
55
"build-essential" "autoconf" "bison" "re2c" "pkg-config" "zlib1g-dev" "libsqlite3-dev" "libpq-dev" "locales" \
6-
"valgrind" "llvm" "clang" "git" "gdb" \
6+
"valgrind" "llvm" "clang" "gdb" "git" "ssh" \
77
&& locale-gen "en_US.UTF-8"
88

99
ENV LANGUAGE ""

0 commit comments

Comments
 (0)