Skip to content

Commit

Permalink
Properly include libcurl in images. (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferroin authored Jul 18, 2024
1 parent 63f4444 commit 1459ddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN DISTRO_CODENAME="$(awk -F= '/VERSION_CODENAME/{print $2}' /etc/os-release)"
fping \
iproute2 \
jq \
libcurl4-openssl-dev \
libcurl4 \
libgcrypt20 \
libjson-c5 \
liblz4-1 \
Expand Down
1 change: 1 addition & 0 deletions package-builders/Dockerfile.oraclelinux8.v2
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN dnf config-manager --set-enabled ol8_codeready_builder && \
json-c-devel \
libyaml-devel \
libatomic \
libcurl-devel \
libmnl-devel \
libuuid-devel \
libuv-devel \
Expand Down

0 comments on commit 1459ddd

Please sign in to comment.