Skip to content

Commit

Permalink
Per #12, add cmake to the list of packages to be installed. This is n…
Browse files Browse the repository at this point in the history
…eeded to compile Proj from scratch
  • Loading branch information
JohnHalleyGotway committed Aug 25, 2023
1 parent c954286 commit d135e14
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 @@ -27,7 +27,7 @@ ENV MET_FONT_DIR /usr/local/share/met/fonts

# Install required system tools
RUN apt update && apt -y upgrade \
&& apt install -y build-essential gfortran wget unzip curl imagemagick \
&& apt install -y build-essential cmake gfortran wget unzip curl imagemagick \
libcurl4-gnutls-dev m4 git automake flex bison libjpeg-dev libpixman-1-dev \
emacs less \
libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev \
Expand Down

0 comments on commit d135e14

Please sign in to comment.