Skip to content

Commit

Permalink
Do not use slim to get curl
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhansengun committed Oct 17, 2024
1 parent 64e3e22 commit bd0f008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN unzip /apache-jmeter.zip -d /

RUN curl -L -o /usr/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 && chmod u+x /usr/bin/jq

FROM openjdk:21-jdk-slim-bookworm AS runtime-env
FROM openjdk:21-jdk-bookworm AS runtime-env

COPY --from=build-env /apache-jmeter-5.6.3 /jmeter
COPY --from=build-env /usr/bin/jq /usr/bin/jq
Expand Down

0 comments on commit bd0f008

Please sign in to comment.