mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 17:47:09 +00:00
9 lines
192 B
Docker
9 lines
192 B
Docker
|
ARG IMAGE=registry.gitlab.com/brndnmtthws-oss/conky
|
||
|
FROM ${IMAGE}/builder/fedora-base:latest
|
||
|
|
||
|
RUN yum -y -q install \
|
||
|
clang \
|
||
|
libcxx-devel \
|
||
|
libcxxabi-devel \
|
||
|
&& yum clean all
|