diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..7c4abcbbbde5db39dce3839410d904c35498f262 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM registry.hub.docker.com/library/alpine:3.13 +# hadolint ignore=DL3018 +RUN apk add --no-cache --update --repository http://dl-cdn.alpinelinux.org/alpine/edge/community hugo && \ + hugo version