mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 17:47:09 +00:00
6 lines
142 B
Docker
6 lines
142 B
Docker
ARG IMAGE=registry.gitlab.com/brndnmtthws-oss/conky
|
|
FROM ${IMAGE}/builder/archlinux-base:latest
|
|
|
|
RUN pacman -Syu --noconfirm --needed \
|
|
gcc
|