Skip to content

Commit

Permalink
Update Dockerfile and install cmake (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt authored Jul 3, 2023
1 parent 93e019a commit 4a3121a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apk --update --no-cache add \
# General
gcc python3-dev musl-dev \
# Needed for matplotlib
g++ gfortran py-pip build-base wget \
g++ gfortran py-pip build-base wget cmake \
# Needed for getting version from git
git

Expand Down

0 comments on commit 4a3121a

Please sign in to comment.