This commit is contained in:
Mylloon 2021-08-10 10:34:08 +02:00
parent cf18f40af8
commit 3d3d521a83

View file

@ -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 .