fix: path issues; should work like this
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-03-08 03:43:40 +01:00
parent c9dd2f2e96
commit 27f9e71597
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -3,8 +3,6 @@ FROM archlinux/base
ENV container=docker
ENV HUGO_VERSION 0.66.0
ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz hugo.tar.gz
ARG BUILD_DATE
ARG VCS_REF
@ -12,6 +10,9 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-url="https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-archlinux-hugo.git" \
org.label-schema.vcs-ref=$VCS_REF
ADD https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz ./hugo.tar.gz
RUN pacman -Syu --noconfirm --needed git \
&& pacman -Scc \
&& rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/*