Skip to content

Commit

Permalink
Merge pull request #7 from COSIMA/add_certificates
Browse files Browse the repository at this point in the history
Add certificates to list of packages to install.
  • Loading branch information
micaeljtoliveira authored May 16, 2023
2 parents 94fc761 + 007f189 commit 0978fd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gfortran \
git \
libstdc++-11-dev \
ca-certificates \
&& rm -rf /var/lib/apt/lists/*

ENV LIBRARY_PATH="/opt/view/lib"
Expand Down

0 comments on commit 0978fd8

Please sign in to comment.