mirror of
https://github.com/katanemo/plano.git
synced 2026-07-11 16:12:13 +02:00
fix(docker): remove curl to drop vulnerable libssh2 transitive dep (#986)
This commit is contained in:
parent
9c2a56e042
commit
e96025b117
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ FROM python:3.14-slim AS arch
|
|||
RUN set -eux; \
|
||||
apt-get update; \
|
||||
apt-get upgrade -y; \
|
||||
apt-get install -y --no-install-recommends gettext-base curl procps; \
|
||||
apt-get install -y --no-install-recommends gettext-base procps; \
|
||||
apt-get clean; rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN pip install --no-cache-dir supervisor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue