Skip to content

Commit

Permalink
Get SPC compiling in Docker by adding C++ and sqlite system dependenc…
Browse files Browse the repository at this point in the history
…ies for proj
  • Loading branch information
dabreegster committed Jul 11, 2022
1 parent 3959e90 commit e8d00b4
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 @@ -12,6 +12,9 @@ RUN apt-get update \
pkg-config \
libssl-dev \
libproj15 \
g++ \
build-essential \
libsqlite3-dev \
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > install.sh \
&& sh install.sh -y \
&& rm install.sh
Expand Down

0 comments on commit e8d00b4

Please sign in to comment.