Docker fixes

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2019-08-04 10:46:51 +02:00
parent 65cc7ebc76
commit cb4f0f5aa7
2 changed files with 13 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \
SPHINX_BIN_TARGZ="sphinx-3.1.1-bin.tar.gz"
ADD "https://bitbucket.org/jsuto/piler/downloads/${PACKAGE}" "/${PACKAGE}"
ADD files/start.sh /start.sh
ADD start.sh /start.sh
RUN apt-get update && \
apt-get -y --no-install-recommends install \