Skip to content

Commit 011b913

Browse files
committed
fix typo in create venv command
1 parent 1dcfdb7 commit 011b913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ADD ./ /home/bgmi-docker
1010

1111
RUN { \
1212
apk add sudo busybox-suid && \
13-
pip -m venv /home/bgmi-docker/.venv && \
13+
python -m venv /home/bgmi-docker/.venv && \
1414
source /home/bgmi-docker/.venv/bin/activate && \
1515
pip install /home/bgmi-docker/BGmi && \
1616
chmod +x /home/bgmi-docker/entrypoint.sh; \

0 commit comments

Comments
 (0)