Add get to motsognir image for health check
Some checks reported errors
continuous-integration/drone/pr Build was killed
continuous-integration/drone/push Build is passing

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-07-12 13:01:55 +02:00
parent a7f916538b
commit 2498931f7d

View File

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