Add lixonet main docker container
This commit is contained in:
parent
65fbe6393f
commit
f18257ca29
9
Dockerfile
Normal file
9
Dockerfile
Normal 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"]
|
Loading…
x
Reference in New Issue
Block a user