Skip to content

Commit

Permalink
Install libgsl-dev for GSL support
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Mar 11, 2024
1 parent 84b2ad8 commit 77c7263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ LABEL maintainer="Ben Evans <B.D.Evans@sussex.ac.uk>" \
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
g++ \
libgsl-dev \
git \
sudo \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 77c7263

Please sign in to comment.