Skip to content

Commit

Permalink
build: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MountainGod2 committed Aug 11, 2024
1 parent 1333aae commit 1daf4e7
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 @@ -11,7 +11,7 @@ RUN python -m venv /venv

# Activate virtual environment and upgrade pip
ENV PATH="/venv/bin:$PATH"
RUN pip install --upgrade pip
RUN pip install --upgrade --no-cache-dir pip

# Install the latest version of the chaturbate-poller package
RUN pip install --no-cache-dir chaturbate-poller
Expand Down

0 comments on commit 1daf4e7

Please sign in to comment.