diff --git a/build/package/docker/GoReleaser.Dockerfile b/build/package/docker/GoReleaser.Dockerfile index c4204fcf..7f160489 100644 --- a/build/package/docker/GoReleaser.Dockerfile +++ b/build/package/docker/GoReleaser.Dockerfile @@ -24,8 +24,8 @@ ADD --chown=varnish https://github.com/leontappe/prometheus_varnish_expo RUN cd /exporter && \ tar -xzf /tmp/prometheus_varnish_exporter-${EXPORTER_VERSION}.linux-${ARCH}.tar.gz && \ - ln -sf /exporter/prometheus_varnish_exporter-${EXPORTER_VERSION}.linux-${ARCH}/prometheus_varnish_exporter prometheus_varnish_exporter + rm -f /tmp/prometheus_varnish_exporter-${EXPORTER_VERSION}.linux-${ARCH}.tar.gz COPY kube-httpcache . -ENTRYPOINT [ "/kube-httpcache" ] \ No newline at end of file +ENTRYPOINT [ "/kube-httpcache" ]