katbox/Dockerfile

9 lines
217 B
Text
Raw Permalink Normal View History

2021-04-12 12:00:01 -07:00
FROM alpine
LABEL maintainers="PayPal"
LABEL description="Katbox Driver"
# Add util-linux to get a new version of losetup.
RUN apk add util-linux
COPY ./bin/katbox-driver /katbox-driver
ENTRYPOINT ["/katbox-driver"]