Removed some superfluous tools from the docker image (#157)

This commit is contained in:
Philipp Horstenkamp 2023-09-28 19:06:58 +02:00 committed by GitHub
parent 4d99601fc6
commit ebf30da778
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ ARG APP_HOME="transparenzregister"
WORKDIR /${APP_HOME}/
USER root
RUN apt update -y && \
apt install git sqlite3 iputils-ping traceroute -y && \
apt install git sqlite3 -y && \
rm -rf /var/lib/apt/lists/*
COPY dist/*.whl dist/