Skip to content

Commit 6f3a25d

Browse files
authored
add curl as it is missing from java 25 base image (#164)
1 parent 3c77274 commit 6f3a25d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ RUN [ -n "${DEBUG}" ] && set -x; \
144144
export DEBIAN_FRONTEND=noninteractive; \
145145
apt-get update; \
146146
apt-get -yq --no-install-recommends install \
147+
curl=8.5.0-2ubuntu10.6 \
147148
openssl \
148149
gettext-base=0.21-14ubuntu2 \
149150
unzip=6.0-28ubuntu4.1 \

0 commit comments

Comments
 (0)