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