accept the purge

This commit is contained in:
Mylloon 2021-08-10 10:36:39 +02:00
parent 3d3d521a83
commit 9bc5336257

View file

@ -6,7 +6,7 @@ COPY requirements.txt .
RUN apt update && \ RUN apt update && \
apt install git -y && \ apt install git -y && \
pip install -r requirements.txt && \ pip install -r requirements.txt && \
apt purge git apt purge git -y
COPY README.md . COPY README.md .
COPY src . COPY src .