diff --git a/Dockerfile b/Dockerfile index f98084e..9808d5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,9 +73,12 @@ COPY valve valve FROM debian:bookworm-slim AS final ENV XASH3D_BASEDIR=/xashds + +RUN dpkg --add-architecture i386 RUN apt-get -y update && apt-get install -y --no-install-recommends \ lib32gcc-s1 \ lib32stdc++6 \ + libgomp1:i386 \ ca-certificates \ openssl