dont install OMP in docker - not needed anymore

This commit is contained in:
Patrick Brosi 2024-02-15 13:41:41 +01:00
parent 67b9f7f6d2
commit 0037a83f68

View file

@ -16,7 +16,7 @@ RUN mkdir build && \
FROM debian:bookworm-slim FROM debian:bookworm-slim
RUN apt-get update && \ 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/* rm -rf /var/lib/apt/lists/*
COPY --from=builder /usr/local/etc/pfaedle /usr/local/etc/pfaedle COPY --from=builder /usr/local/etc/pfaedle /usr/local/etc/pfaedle