From f7e5d1f7bf930126e5e0104b27d3063fa2c25870 Mon Sep 17 00:00:00 2001 From: Nealot <36805289+nealot@users.noreply.github.com> Date: Fri, 1 Jun 2018 15:04:55 -0400 Subject: [PATCH] Fix segmentation fault over ssh When using this program over ssh, you will recieve a segmentation fault. This commit resolves that issue. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c35f1b5..976427a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1,2 @@ + FROM scratch