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 e8385a7 commit 5a89328Copy full SHA for 5a89328
base/debian/Dockerfile
@@ -32,7 +32,7 @@ RUN set -eux; \
32
# Required for Pavlov VR (and variously some others)
33
gdb libc++-dev; \
34
case "$TARGETARCH" in \
35
- amd64)
+ amd64) \
36
dpkg --add-architecture i386; \
37
apt-get update; \
38
apt-get install -y --no-install-recommends \
@@ -42,7 +42,7 @@ RUN set -eux; \
42
libstdc++6:i386 zlib1g:i386 libbz2-1.0:i386 libcurl4:i386 libcurl3-gnutls:i386 libcurl4-gnutls-dev:i386 \
43
libncurses6:i386 libncurses5:i386 libtinfo6:i386 libtinfo5:i386 libsdl2-2.0-0:i386 libssl-dev:i386; \
44
;; \
45
- arm64)
+ arm64) \
46
dpkg --add-architecture armhf; \
47
48
0 commit comments