dont install OMP in docker - not needed anymore
This commit is contained in:
parent
67b9f7f6d2
commit
0037a83f68
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue