From 5475afc09d73cf524ebba9612f82400a2e63f145 Mon Sep 17 00:00:00 2001 From: Thijn Date: Mon, 1 May 2017 23:15:44 +0200 Subject: [PATCH] Bugfix line ending Dockerfile --- 04rel64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04rel64/Dockerfile b/04rel64/Dockerfile index 49a15fa..6bdd794 100644 --- a/04rel64/Dockerfile +++ b/04rel64/Dockerfile @@ -19,7 +19,7 @@ RUN cd / \ && cd /vcmp \ && mkdir plugins \ && cd plugins \ - && wget http://v04.maxorator.com/allplugins_04rel004_patch7.7z + && wget http://v04.maxorator.com/allplugins_04rel004_patch7.7z \ && p7zip -d allplugins_04rel004_patch7.7z \ && chmod 700 * \ && cd ../ \