We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f107a15 commit 4aefe82Copy full SHA for 4aefe82
1 file changed
base/debian/Dockerfile
@@ -29,7 +29,7 @@ RUN set -eux; \
29
# Required for Eco
30
libgdiplus \
31
# Required for Pavlov VR (and variously some others)
32
- gdb libc++-dev; \
+ gdb libc++1 libc++abi1 libunwind8 libgcc-s1; \
33
\
34
case "$TARGETARCH" in \
35
amd64) \
0 commit comments