mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 17:47:09 +00:00
7 lines
133 B
Docker
7 lines
133 B
Docker
|
ARG IMAGE=registry.gitlab.com/brndnmtthws-oss/conky
|
||
|
FROM ${IMAGE}/builder/alpine-base:latest
|
||
|
|
||
|
RUN apk add --no-cache \
|
||
|
g++ \
|
||
|
gcc
|