purge
This commit is contained in:
parent
cf18f40af8
commit
3d3d521a83
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ ENV DOCKER_KASSOUBOT=True
|
||||||
|
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install git && \
|
apt install git -y && \
|
||||||
pip install -r requirements.txt && \
|
pip install -r requirements.txt && \
|
||||||
apt remove git
|
apt purge git
|
||||||
|
|
||||||
COPY README.md .
|
COPY README.md .
|
||||||
COPY src .
|
COPY src .
|
||||||
|
|
Reference in a new issue