1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 06:59:09 +00:00
conky/tests/dockerfiles/Dockerfile.alpine-gcc

7 lines
133 B
Docker
Raw Normal View History

2021-03-03 19:19:43 +00:00
ARG IMAGE=registry.gitlab.com/brndnmtthws-oss/conky
FROM ${IMAGE}/builder/alpine-base:latest
RUN apk add --no-cache \
g++ \
gcc