mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 09:44:04 +00:00
b8d956f884
Also added new librsvg functions, and ignore deprecation warnings on new versions of librsvg. Disable sccache on FreeBSD.
8 lines
164 B
Docker
8 lines
164 B
Docker
ARG IMAGE=registry.gitlab.com/brndnmtthws-oss/conky
|
|
FROM ${IMAGE}/builder/fedora-29-base:latest
|
|
|
|
RUN dnf -qy install \
|
|
gcc \
|
|
gcc-c++ \
|
|
&& dnf clean all
|