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 52925a9 commit a1c2a3bCopy full SHA for a1c2a3b
Dockerfile
@@ -180,7 +180,10 @@ RUN dnf install -y unzip git ninja-build && dnf clean all
180
RUN cd ~ && \
181
curl -L -O https://repo.anaconda.com/miniconda/Miniconda3-py311_23.9.0-0-Linux-x86_64.sh && \
182
chmod +x Miniconda3-*-Linux-x86_64.sh && \
183
- bash ./Miniconda3-*-Linux-x86_64.sh -bf -p /opt/miniconda
+ bash ./Miniconda3-*-Linux-x86_64.sh -bf -p /opt/miniconda && \
184
+ /opt/miniconda/bin/conda update -y --all && \
185
+ /opt/miniconda/bin/conda update -y cryptography && \
186
+ /opt/miniconda/bin/conda clean -y --all
187
188
# Remove tests directory containing test private keys
189
# conda clean will clean this directory but just in case, it will check the directory existence and remove it
0 commit comments