feat: use pre-built, already updated image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-06-02 20:12:10 +02:00
parent fd652b4786
commit cfb764cbee
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM archlinux:latest FROM immawanderer/archlinux:latest
ARG BUILD_DATE ARG BUILD_DATE
ARG VCS_REF ARG VCS_REF

View File

@ -10,7 +10,7 @@ This repository provides the Dockerfile to create a Docker image used for light
The image is rebuilt approximately every hour to ensure it always has the latest packages. The image is rebuilt approximately every hour to ensure it always has the latest packages.
## What you get ## What you get
* updated Arch Linux [base image](https://hub.docker.com/_/archlinux) * updated Arch Linux [image](https://hub.docker.com/r/immawanderer/archlinux) based on [base image](https://hub.docker.com/_/archlinux)
* gcc * gcc
* make * make
* cmake * cmake