From a1ebc2c939cb7f16401e5c6d3f8fa6b4e42129bb Mon Sep 17 00:00:00 2001 From: Charlie Ringler Date: Wed, 14 Apr 2021 10:56:13 -0400 Subject: [PATCH] Trying different library --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index deab65c..73fcd35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN g++ --version # Find glibc version RUN apt search glibc RUN apt search proj-* -RUN apt-get install proj-bin +RUN apt-get install libc6 # Create file that holds compiler specific paths RUN touch /opt/compilerpath