From 0037a83f68717981901d1b6e9bee28af93c630fb Mon Sep 17 00:00:00 2001 From: Patrick Brosi Date: Thu, 15 Feb 2024 13:41:41 +0100 Subject: [PATCH] dont install OMP in docker - not needed anymore --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7e8bb8..d51404a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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