All checks were successful
continuous-integration/drone/push Build is passing
6 lines
76 B
Docker
6 lines
76 B
Docker
FROM alpine:edge
|
|
|
|
RUN apk add --no-cache \
|
|
git \
|
|
go \
|
|
hugo
|