docker-archlinux-cdev/Dockerfile
surtur bd41369dad
All checks were successful
continuous-integration/drone/push Build is passing
force updating of the system as make errors arose
* needed to have a *working* image for now
2020-04-13 00:06:12 +02:00

14 lines
447 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 -Syu --noconfirm --needed gcc cmake make git valgrind \
&& pacman -Scc \
&& rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/*