Skip to content

Commit

Permalink
fix: force latest package minizip for cve
Browse files Browse the repository at this point in the history
  • Loading branch information
vexingly committed Aug 20, 2024
1 parent 2db7f4f commit 40bb4c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mpi-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ FROM debian:bookworm

ARG port=2222

RUN apt update && apt install -y --no-install-recommends \
RUN apt update \
&& apt-get upgrade -y \
&& apt install -y --no-install-recommends \
openssh-server \
openssh-client \
libcap2-bin \
openmpi-bin \
sqlite3 \
curl \
ca-certificates \
&& apt-get upgrade -y \
minizip \
&& rm -rf /var/lib/apt/lists/*

# Add priviledge separation directoy to run sshd as root.
Expand Down

0 comments on commit 40bb4c3

Please sign in to comment.