Bump motsognir to v1.0.13
This commit is contained in:
committed by
Christian Richter
parent
812b4617e1
commit
8ceebfc940
@@ -1,11 +1,12 @@
|
||||
FROM debian:latest
|
||||
LABEL maintainer="dragonchaser <crichter@suse.de>"
|
||||
ENV TARBALL=motsognir-1.0.12.tar.xz
|
||||
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
|
||||
WORKDIR /build
|
||||
RUN wget "https://downloads.sourceforge.net/project/motsognir/v1.0.12/${TARBALL}" \
|
||||
RUN wget "https://downloads.sourceforge.net/project/motsognir/v${VERSION}/${TARBALL}" \
|
||||
&& tar xfv "${TARBALL}"
|
||||
RUN cd $(echo "${TARBALL}" | sed -e "s/.tar.xz//g") && make all && make install
|
||||
RUN apt-get -y purge wget build-essential
|
||||
|
||||
Reference in New Issue
Block a user