updated Dockerfile: switched base image
All checks were successful
continuous-integration/drone/push Build is passing

* using [archlinux/base](https://hub.docker.com/r/archlinux/base) instead of just [archlinux](https://hub.docker.com/_/archlinux)
* point to `.git` in docker LABEL
This commit is contained in:
surtur 2020-03-04 19:56:34 +01:00
parent 6dad786be7
commit 650ca303ce
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -1,4 +1,4 @@
FROM archlinux
FROM archlinux/base
ENV container=docker
@ -6,7 +6,7 @@ ARG BUILD_DATE
ARG VCS_REF
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-url="https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-archlinux-hugo" \
org.label-schema.vcs-url="https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-archlinux-hugo.git" \
org.label-schema.vcs-ref=$VCS_REF
RUN pacman -Syu --noconfirm --needed wget tar git \