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 ../ \