From f30a7a0246abf5b2e51dfb2a433a57be446fca4e Mon Sep 17 00:00:00 2001
From: Achilleas Pipinellis <axilleas@axilleas.me>
Date: Thu, 19 Jan 2017 11:26:22 +0000
Subject: [PATCH] Update README.md to use a Docker image

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 1f01624..efe2bcf 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,8 @@ This project's static Pages are built by [GitLab CI][ci], following the steps
 defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
 
 ```
+image: alpine:latest
+
 pages:
   stage: deploy
   script:
-- 
GitLab