accept the purge
This commit is contained in:
parent
3d3d521a83
commit
9bc5336257
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||||
|
|
Reference in a new issue