Add get to motsognir image for health check #14

Merged
dragonchaser merged 1 commits from motsognir-health into master 2022-07-12 13:06:05 +02:00
Showing only changes of commit 2498931f7d - Show all commits

View File

@@ -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}"