add docker build

This commit is contained in:
j 2019-07-06 18:12:32 +02:00 committed by root
commit fa1b98365b
18 changed files with 686 additions and 0 deletions

11
Dockerfile Normal file
View file

@ -0,0 +1,11 @@
FROM 0x2620/pandora-base:latest
LABEL maintainer="0x2620@0x2620.org"
ENV LANG en_US.UTF-8
#VOLUME /pandora
COPY . /srv/pandora
RUN /srv/pandora/docker/install.sh
ENTRYPOINT [ "/entrypoint.sh" ]