Skip to content

Commit a5aecfc

Browse files
authored
RANGER-5227: Add curl to the base image (#4)
1 parent 7d7ac26 commit a5aecfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ FROM eclipse-temurin:${RANGER_BASE_JAVA_VERSION}-jdk-jammy
2424
RUN apt update -q \
2525
&& DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \
2626
bc \
27+
curl \
2728
iputils-ping \
2829
pdsh \
2930
python3 \

0 commit comments

Comments
 (0)