Merge from arm build:
Added tempdirs to data path Updated apt url, trigger rebuild Added Python to the base image
This commit is contained in:
parent
bdf690fd89
commit
28e2b415ba
@ -1,3 +1,4 @@
|
||||
cleaninstall/
|
||||
.git/
|
||||
Makefile
|
||||
devel/
|
||||
|
17
Dockerfile
17
Dockerfile
@ -5,15 +5,18 @@ FROM debian:stretch-slim
|
||||
|
||||
MAINTAINER Deon George <deon@leenooks.net>
|
||||
|
||||
# Pre-requisites
|
||||
# + Base application requires unzip zip curl libhunspell-dev libpython2.7
|
||||
RUN apt-get update \
|
||||
&& apt-get install -yqq unzip zip curl libhunspell-dev \
|
||||
&& apt-get install -yqq unzip zip curl libhunspell-dev libpython2.7 \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||
|
||||
# For SSH connections and Spell
|
||||
ADD libcl.so.3.4.3 /usr/lib
|
||||
RUN ln -sf libcl.so.3.4.3 /usr/lib/libcl.so
|
||||
RUN ln -sf /usr/lib/x86_64-linux-gnu/libhunspell-1.3.so /usr/lib/libhunspell.so
|
||||
# Add in Leenooks' apt repository
|
||||
RUN curl -s http://apt.leenooks.net/setup.sh | sh
|
||||
|
||||
# For SSH connections
|
||||
RUN apt-get update \
|
||||
&& apt-get install --allow-unauthenticated -yqq cryptlib \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/*
|
||||
|
||||
RUN ln -sf /usr/share/zoneinfo/Australia/Melbourne /etc/localtime
|
||||
|
||||
@ -27,5 +30,3 @@ CMD [ "start" ]
|
||||
|
||||
ADD mystic.tar.gz /
|
||||
VOLUME ["/mystic/data"]
|
||||
|
||||
# Add Mystic Mods
|
||||
|
BIN
libcl.so.3.4.3
BIN
libcl.so.3.4.3
Binary file not shown.
BIN
mystic.tar.gz
BIN
mystic.tar.gz
Binary file not shown.
Reference in New Issue
Block a user