adding apt update
This commit is contained in:
parent
32fcfed7fe
commit
cf18f40af8
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ FROM python:3.8.11-slim
|
|||
ENV DOCKER_KASSOUBOT=True
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN apt install git && \
|
||||
RUN apt update && \
|
||||
apt install git && \
|
||||
pip install -r requirements.txt && \
|
||||
apt remove git
|
||||
|
||||
|
|
Reference in a new issue