From 6061c7439891ad699920659b4d97b51bd5434715 Mon Sep 17 00:00:00 2001 From: Andrew Eastwood Date: Mon, 26 Mar 2018 11:23:17 +0300 Subject: [PATCH] remove all deps since the project is self-contained. --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index c35f1b5..81f9858 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1,4 @@ FROM scratch + +#Remove dependencies +RUN rm -rf /