Skip to content

Commit 5a89328

Browse files
committed
Fix
1 parent e8385a7 commit 5a89328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/debian/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN set -eux; \
3232
# Required for Pavlov VR (and variously some others)
3333
gdb libc++-dev; \
3434
case "$TARGETARCH" in \
35-
amd64)
35+
amd64) \
3636
dpkg --add-architecture i386; \
3737
apt-get update; \
3838
apt-get install -y --no-install-recommends \
@@ -42,7 +42,7 @@ RUN set -eux; \
4242
libstdc++6:i386 zlib1g:i386 libbz2-1.0:i386 libcurl4:i386 libcurl3-gnutls:i386 libcurl4-gnutls-dev:i386 \
4343
libncurses6:i386 libncurses5:i386 libtinfo6:i386 libtinfo5:i386 libsdl2-2.0-0:i386 libssl-dev:i386; \
4444
;; \
45-
arm64)
45+
arm64) \
4646
dpkg --add-architecture armhf; \
4747
apt-get update; \
4848
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)