2020-04-27 20:12:08 +00:00

14 lines
317 B
Docker

FROM docker/compose:alpine-1.25.5
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 . .
RUN chmod +x build.sh
CMD ["./build.sh"]