Add lixonet main docker container

This commit is contained in:
sump pump 2020-04-27 19:55:27 +00:00
parent 65fbe6393f
commit f18257ca29
3 changed files with 11 additions and 0 deletions

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM alpine:latest
MAINTAINER Team Lixo <lixonet@team.lixo>
RUN apk add curl
RUN curl -L "https://github.com/gliderlabs/sigil/releases/download/v0.5.0/sigil_0.5.0_$(uname -sm|tr \ _).tgz" | tar -zxC /usr/local/bin
VOLUME /etc/lixonet
CMD ["./build.sh"]

1
build.sh Normal file
View File

@ -0,0 +1 @@
#!/bin/sh

1
version Normal file
View File

@ -0,0 +1 @@
3.0.0