Skip to content

Commit

Permalink
add symlink from libcrypt.so.2 to libcrypt.so
Browse files Browse the repository at this point in the history
linked to this issue: conda-forge/miniforge#561
  • Loading branch information
aperrin66 committed Apr 11, 2024
1 parent 9828095 commit 7efb141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ RUN conda install -y uwsgi \
&& find /opt/conda/ -follow -type f -name '*.a' -delete \
&& find /opt/conda/ -follow -type f -name '*.pyc' -delete

RUN ln -s /usr/lib/x86_64-linux-gnu/libcrypt.so /usr/lib/x86_64-linux-gnu/libcrypt.so.2

WORKDIR /opt/geospaas-app

COPY geospaas_web/ geospaas_web
Expand Down

0 comments on commit 7efb141

Please sign in to comment.