Skip to content

Commit

Permalink
Installing libproj-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Pike1z committed Apr 14, 2021
1 parent a1ebc2c commit 98f980d
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 @@ -37,7 +37,7 @@ RUN g++ --version
# Find glibc version
RUN apt search glibc
RUN apt search proj-*
RUN apt-get install libc6
RUN apt-get install libproj-dev

# Create file that holds compiler specific paths
RUN touch /opt/compilerpath
Expand Down

0 comments on commit 98f980d

Please sign in to comment.