lixonet-ee/Dockerfile
2020-04-27 19:59:26 +00:00

13 lines
278 B
Docker

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
WORKDIR /run
ADD .
CMD ["./build.sh"]