Skip to content

Commit

Permalink
Merge pull request #29 from daico007/update_dockerfile
Browse files Browse the repository at this point in the history
Fix Dockerfile
  • Loading branch information
bc118 authored Oct 7, 2023
2 parents d5417a1 + 5cf631f commit 0ed8603
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ WORKDIR /mosdef_dihedral_fit
# Create a group and user
RUN addgroup -S anaconda && adduser -S anaconda -G anaconda

# install the libarchive package needed by mamba
RUN apk update && apk add libarchive

RUN conda update conda -yq && \
conda config --set always_yes yes --set changeps1 no && \
. /opt/conda/etc/profile.d/conda.sh && \
Expand Down

0 comments on commit 0ed8603

Please sign in to comment.