From 2498931f7d0c8910aae3de7ecd240cef27b0d07d Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Tue, 12 Jul 2022 13:01:55 +0200 Subject: [PATCH] Add get to motsognir image for health check Signed-off-by: Christian Richter --- motsognir/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motsognir/Dockerfile b/motsognir/Dockerfile index 5dd806a..7f984b0 100644 --- a/motsognir/Dockerfile +++ b/motsognir/Dockerfile @@ -4,7 +4,7 @@ ENV VERSION=1.0.13 ENV TARBALL="motsognir-${VERSION}.tar.xz" EXPOSE 70 RUN apt-get update \ - && apt-get -y install wget build-essential rsyslog + && apt-get -y install wget build-essential rsyslog wget WORKDIR /build RUN wget "https://downloads.sourceforge.net/project/motsognir/v${VERSION}/${TARBALL}" \ && tar xfv "${TARBALL}" -- 2.49.1