diff --git a/motsognir/Dockerfile b/motsognir/Dockerfile index 5dd806a..206b2f9 100644 --- a/motsognir/Dockerfile +++ b/motsognir/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /build 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 +RUN apt-get -y purge build-essential RUN rm -Rfv /etc/apt/sources.list.* RUN rm -Rfv /build RUN useradd -ms /bin/bash -d /gopher gopher