working in opt folder

This commit is contained in:
Mylloon 2021-08-15 09:57:21 +02:00
parent 33a4dc66f7
commit 9eb3cab5a7

View file

@ -2,6 +2,8 @@ FROM python:3.8.11-slim
ENV DOCKER_KASSOUBOT=True
WORKDIR /opt
COPY requirements.txt .
RUN apt update && \
apt install git -y && \