Skip to content

Commit

Permalink
Dockerfile: add gmsh
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Jul 31, 2023
1 parent 50261d7 commit d2f1e5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
FROM ghcr.io/mamba-org/micromamba:latest

USER root
RUN apt-get update && apt-get install -y --no-install-recommends \
gmsh \
&& rm -rf /var/lib/apt/lists/*
USER $MAMBA_USER

COPY --chmod=777 . ${HOME}

RUN micromamba install -y -n base -f environment.yml julia && micromamba clean --all --yes
Expand Down

0 comments on commit d2f1e5f

Please sign in to comment.