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 2fe8c0c commit d19bd17Copy full SHA for d19bd17
Dockerfile
@@ -125,7 +125,7 @@ RUN apt-get update \
125
&& apt-get install -y python3 python3-pip python3-requests python3-pytest
126
127
#TODO: Should source from ./ci/apiv2/requirements.txt
128
-RUN pip3 install click click_log confidence==0.16 pytest tuspy --break-system-packages
+RUN pip3 install click click_log confidence pytest tuspy --break-system-packages
129
130
# Adding VSCode user and fixing permissions
131
RUN groupadd vscode && useradd -rm -d /var/www -s /bin/bash -g vscode -G www-data -u 1001 vscode \
0 commit comments