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 9890976 commit 48cfa5fCopy full SHA for 48cfa5f
.devcontainer/Dockerfile
@@ -3,7 +3,7 @@ FROM debian:bookworm
3
RUN apt-get update \
4
&& DEBIAN_FRONTEND="noninteractive" apt-get install -y \
5
"build-essential" "autoconf" "bison" "re2c" "pkg-config" "zlib1g-dev" "libsqlite3-dev" "libpq-dev" "locales" \
6
- "valgrind" "llvm" "clang" "git" "gdb" \
+ "valgrind" "llvm" "clang" "gdb" "git" "ssh" \
7
&& locale-gen "en_US.UTF-8"
8
9
ENV LANGUAGE ""
0 commit comments