dockerfiles

[ACTIVE] various dockerfiles for projects that don't have them
git clone git://git.figbert.com/dockerfiles.git
Log | Files | Refs | README | LICENSE

soju (151B)


      1 FROM alpine:edge
      2 RUN apk --no-cache add -X https://dl-cdn.alpinelinux.org/alpine/edge/testing soju
      3 ENTRYPOINT ["soju"]
      4 CMD ["-config", "/soju/config"]