Skip to content

Commit

Permalink
fix typo in create venv command
Browse files Browse the repository at this point in the history
  • Loading branch information
codysk committed Nov 15, 2024
1 parent 1dcfdb7 commit 011b913
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 @@ -10,7 +10,7 @@ ADD ./ /home/bgmi-docker

RUN { \
apk add sudo busybox-suid && \
pip -m venv /home/bgmi-docker/.venv && \
python -m venv /home/bgmi-docker/.venv && \
source /home/bgmi-docker/.venv/bin/activate && \
pip install /home/bgmi-docker/BGmi && \
chmod +x /home/bgmi-docker/entrypoint.sh; \
Expand Down

0 comments on commit 011b913

Please sign in to comment.