4 lines
99 B
Docker
4 lines
99 B
Docker
FROM alpine:edge
|
|
RUN apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing zola
|
|
|