Bugfix line ending Dockerfile

This commit is contained in:
Thijn 2017-05-01 23:15:44 +02:00
parent d0bb940e34
commit 5475afc09d

View File

@ -19,7 +19,7 @@ RUN cd / \
&& cd /vcmp \ && cd /vcmp \
&& mkdir plugins \ && mkdir plugins \
&& cd 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 \ && p7zip -d allplugins_04rel004_patch7.7z \
&& chmod 700 * \ && chmod 700 * \
&& cd ../ \ && cd ../ \