From e4c18563e7e7967ae09f459b4fb8ed7100639142 Mon Sep 17 00:00:00 2001 From: holomekc <30546982+holomekc@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:08:31 +0100 Subject: [PATCH] fix docker build --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ff7455ead0..162d1f6027 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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