Skip to content

Commit

Permalink
Merge pull request #3734 from scottwittenburg/ci-ubuntu-add-libcurl4
Browse files Browse the repository at this point in the history
ci: add libcurl4 to all ubuntu images
  • Loading branch information
scottwittenburg committed Aug 2, 2023
2 parents 490bed5 + a3c8cb3 commit 2e70e01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/images/Dockerfile.ci-spack-ubuntu20.04-base
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ RUN . /spack/share/spack/setup-env.sh && \

### Other missing packages (compared to el8 base):
RUN apt-get update && apt-get install -y \
ccache && \
ccache \
libcurl4-gnutls-dev && \
apt-get remove -y \
gcc-9 \
g++-9 \
Expand Down

0 comments on commit 2e70e01

Please sign in to comment.