Add get to motsognir image for health check #14
@@ -4,7 +4,7 @@ ENV VERSION=1.0.13
|
|||||||
ENV TARBALL="motsognir-${VERSION}.tar.xz"
|
ENV TARBALL="motsognir-${VERSION}.tar.xz"
|
||||||
EXPOSE 70
|
EXPOSE 70
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get -y install wget build-essential rsyslog
|
&& apt-get -y install wget build-essential rsyslog wget
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
RUN wget "https://downloads.sourceforge.net/project/motsognir/v${VERSION}/${TARBALL}" \
|
RUN wget "https://downloads.sourceforge.net/project/motsognir/v${VERSION}/${TARBALL}" \
|
||||||
&& tar xfv "${TARBALL}"
|
&& tar xfv "${TARBALL}"
|
||||||
|
|||||||
Reference in New Issue
Block a user