From 85e0969b3f913cc7013bca8462855bfc3a786d23 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 2 May 2021 22:08:10 +0300
Subject: [PATCH] First stub at a Hugo image.

Install the latest version from the community repository.
---
 Dockerfile | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 Dockerfile

diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..7c4abcb
--- /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
-- 
GitLab