Skip to content

Commit

Permalink
dont install OMP in docker - not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Feb 15, 2024
1 parent 67b9f7f commit 0037a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN mkdir build && \
FROM debian:bookworm-slim

RUN apt-get update && \
apt-get install -y libgomp1 libzip4 zlib1g libbz2-1.0 && \
apt-get install -y libzip4 zlib1g libbz2-1.0 && \
rm -rf /var/lib/apt/lists/*

COPY --from=builder /usr/local/etc/pfaedle /usr/local/etc/pfaedle
Expand Down

0 comments on commit 0037a83

Please sign in to comment.