Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Dec 12, 2023
1 parent 90f2eb8 commit e4c1856
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ RUN apt-get update && apt-get upgrade -y

ARG WIREMOCK_VERSION

COPY version.json /var/wiremock/lib/version.json

# we remove the official standalone jar to reduce image size and download our own file
RUN rm /var/wiremock/lib/*.jar && \
curl -fL "https://github.com/holomekc/wiremock/releases/download/$WIREMOCK_VERSION-ui/wiremock-standalone-$WIREMOCK_VERSION.jar" -o /var/wiremock/lib/wiremock.jar

0 comments on commit e4c1856

Please sign in to comment.