We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0144bf2 commit 21d1e1bCopy full SHA for 21d1e1b
entrypoint.sh
@@ -5,7 +5,7 @@ python3 -m virtualenv -p /usr/bin/python3 py3
5
source /home/venv/py3/bin/activate
6
7
pip3 install Pillow -t /home/dist/python
8
-#pip3 install qrcode -t /home/dist/python
+pip3 install qrcode -t /home/dist/python
9
10
rm -rf /home/dist/python/__pycache__
11
0 commit comments