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

This commit is contained in:
2023-09-28 19:06:58 +02:00
committed by GitHub
parent 4d99601fc6
commit ebf30da778

View File

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