fix runtime issues

This commit is contained in:
Lawrence
2018-01-13 12:20:14 -05:00
parent 50c94a5095
commit 4e70982c01
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ MAINTAINER Lawrence Stubbs <technoexpressnet@gmail.com>
COPY startmeshcentral.sh /
RUN apt-get update \
&& apt-get install -y p7zip-full \
&& apt-get install -y p7zip-full which \
&& wget -q http://www.7-zip.org/a/lzma1604.7z \
&& 7z x lzma1604.7z -olzma1604 \
&& cp lzma1604/bin/*.sfx /usr/lib/p7zip/ \