1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 15:09:07 +00:00
conky/tests/dockerfiles/Dockerfile.alpine-gcc
2021-03-03 15:39:02 -05:00

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