Skip to content

Commit 21d1e1b

Browse files
committed
Updated entrypoint.sh
1 parent 0144bf2 commit 21d1e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ python3 -m virtualenv -p /usr/bin/python3 py3
55
source /home/venv/py3/bin/activate
66

77
pip3 install Pillow -t /home/dist/python
8-
#pip3 install qrcode -t /home/dist/python
8+
pip3 install qrcode -t /home/dist/python
99

1010
rm -rf /home/dist/python/__pycache__
1111

0 commit comments

Comments
 (0)