mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-14 00:28:47 +02:00
Removed some superfluous tools from the docker image (#157)
This commit is contained in:
parent
4d99601fc6
commit
ebf30da778
@ -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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user