Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ereiarrus authored Jul 15, 2024
1 parent afc5e28 commit 86f030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM python:3.12-alpine3.19
WORKDIR /complements-bot-py
ENV PYTHONPATH /complements-bot-py
ENV PYTHONPATH=/complements-bot-py
RUN pip install pipenv
RUN apk update
RUN apk add gcc
Expand Down

0 comments on commit 86f030e

Please sign in to comment.