katbox/Dockerfile
2021-04-12 12:03:46 -07:00

8 lines
214 B
Docker

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/katboxplugin /katboxplugin
ENTRYPOINT ["/katboxplugin"]