Skip to content

Commit

Permalink
Added libgomp1 dependency package required for XashDS with OpenMP
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Oct 8, 2024
1 parent f17d8d9 commit b29feb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b29feb7

Please sign in to comment.