Fix dockerfile

This commit is contained in:
Marcus Noble 2020-09-13 19:53:40 +01:00
parent 14935dc227
commit edf0d991d5
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ ENV HUGO_BINARY hugo_extended_${HUGO_VERSION}_Linux-64bit.deb
RUN curl -sL -o /tmp/hugo.deb \
https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/${HUGO_BINARY} && \
dpkg -i /tmp/hugo.deb && \
rm /tmp/hugo.deb && \
mkdir ${SITE_DIR}
rm /tmp/hugo.deb
WORKDIR /app
ADD . .