crxmaker/Dockerfile

6 lines
104 B
Docker

FROM alpine
RUN apk add --no-cache openssl xxd zip
COPY crxmake.sh /usr/bin/crxmake
CMD ["crxmake.sh"]