mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 09:04:54 +00:00
6 lines
101 B
Docker
6 lines
101 B
Docker
FROM alpine
|
|
|
|
RUN apk add --update --no-cache \
|
|
ca-certificates \
|
|
graphviz \
|
|
ttf-freefont
|