Skip to content

Commit

Permalink
Change version from python:3.7-slim to 3.9-buster to fix dependency e…
Browse files Browse the repository at this point in the history
…rrors on docker build, Change pip to pip3
  • Loading branch information
zPrototype committed Jun 14, 2022
1 parent 99b5203 commit 68759ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,7 +1,7 @@
FROM python:3.7-slim
FROM python:3.9-buster

WORKDIR /root/fireprox
COPY . .
RUN pip install -r requirements.txt
RUN pip3 install -r requirements.txt

ENTRYPOINT ["python", "/root/fireprox/fire.py"]

0 comments on commit 68759ec

Please sign in to comment.