From 3ea0d407062a4bd2f5cb20eab07b300cdc9a8ece Mon Sep 17 00:00:00 2001
From: Bas Nijholt <basnijholt@gmail.com>
Date: Wed, 21 Aug 2019 16:06:58 +0200
Subject: [PATCH] fix syntax

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index a95a058..15efb6c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-ubuntu:xenial
+FROM ubuntu:xenial
 MAINTAINER Bas Nijholt <bas@nijho.lt>
 
 ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
-- 
GitLab