We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b716401 commit 6992e8aCopy full SHA for 6992e8a
Dockerfile
@@ -3,7 +3,6 @@ RUN install_packages python-pip curl tar python-setuptools rsync binutils
3
RUN pip install dockerize
4
RUN mkdir -p /workdir
5
WORKDIR /workdir
6
-ENV DOCKER_TAG v0.7.0
7
RUN curl -L https://github.com/getzola/zola/releases/download/$DOCKER_TAG/zola-$DOCKER_TAG-x86_64-unknown-linux-gnu.tar.gz | tar xz
8
RUN mv zola /usr/bin
9
RUN dockerize -n -o /workdir /usr/bin/zola
0 commit comments