FROM alpine
RUN apk add --no-cache bash perl
COPY script/ /usr/local/bin/
COPY lib/ /usr/local/lib/perl5/site_perl/
