Skip to content

Commit

Permalink
fix: Add missing libcurl4 dependency to clp-core and package execut…
Browse files Browse the repository at this point in the history
…ion containers. (#670)
  • Loading branch information
gibber9809 authored Jan 16, 2025
1 parent fae7fcc commit e04f77a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM ubuntu:focal AS BASE
# TODO: Investigate why libssl-dev is a hidden dependency of clp-s
RUN apt-get update \
&& apt-get install -y \
libcurl4 \
libmariadb-dev \
libssl-dev

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
ca-certificates \
checkinstall \
curl \
libcurl4 \
libmariadb-dev \
libssl-dev \
python3 \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
ca-certificates \
checkinstall \
curl \
libcurl4 \
libmariadb-dev \
libssl-dev \
python3 \
Expand Down

0 comments on commit e04f77a

Please sign in to comment.