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 c6c7e6c commit f4a31adCopy full SHA for f4a31ad
turludock/assets/dockerfile_templates/conan.txt
@@ -2,6 +2,6 @@
2
RUN apt-get update && apt-get install -y python3-pip && \
3
apt-get clean && rm -rf /var/lib/apt/lists/*
4
5
-RUN pip install --user --no-cache-dir --break-system-packages --upgrade pip && \
6
- pip install --user --no-cache-dir --break-system-packages --ignore-installed PyYAML && \
7
- pip install --user --no-cache-dir --break-system-packages conan
+RUN pip install --no-cache-dir --break-system-packages --upgrade pip || pip install --no-cache-dir --upgrade pip && \
+ pip install --no-cache-dir --break-system-packages --ignore-installed PyYAML && \
+ pip install --no-cache-dir --break-system-packages conan
0 commit comments