1
0
github-action-koha-plugin-c.../Dockerfile

8 lines
113 B
Docker
Raw Permalink Normal View History

2019-12-18 15:26:30 +01:00
FROM alpine:latest
RUN apk add --no-cache zip
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]