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 78d7ed2 commit 5d129b3Copy full SHA for 5d129b3
Containerfile
@@ -93,11 +93,11 @@ RUN rm /ms-python.vscode-pylance-2020.12.2.vsix
93
RUN /usr/bin/python3 -m pip install eventlet==0.30.0
94
RUN /usr/bin/python3 -m pip install PySide2==5.12.2
95
96
-COPY dist/Pythonic-1.0.tar.gz /
+COPY dist/Pythonic-1.1.tar.gz /
97
98
-RUN /usr/bin/python3 -m pip install /Pythonic-1.0.tar.gz
+RUN /usr/bin/python3 -m pip install /Pythonic-1.1.tar.gz
99
100
-RUN rm Pythonic-1.0.tar.gz
+RUN rm Pythonic-1.1.tar.gz
101
102
###################################
103
# #
dist/Pythonic-1.1.tar.gz
8 Bytes
0 commit comments