Skip to content

Commit 4aefe82

Browse files
committed
feat(base): substitute for remaining dev packages where possible
1 parent f107a15 commit 4aefe82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ RUN set -eux; \
2929
# Required for Eco
3030
libgdiplus \
3131
# Required for Pavlov VR (and variously some others)
32-
gdb libc++-dev; \
32+
gdb libc++1 libc++abi1 libunwind8 libgcc-s1; \
3333
\
3434
case "$TARGETARCH" in \
3535
amd64) \

0 commit comments

Comments
 (0)