docker-archlinux-cdev/Dockerfile
surtur 28e4151c5f
All checks were successful
continuous-integration/drone/push Build is passing
changed base image to archlinux official one
2020-03-17 17:38:41 +01:00

14 lines
446 B
Docker

FROM archlinux:latest
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-cdev.git" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.license=GPL-3.0
RUN pacman -Sy --noconfirm --needed gcc cmake make git valgrind \
&& pacman -Scc \
&& rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/*