crxmaker/Dockerfile

6 lines
104 B
Docker
Raw Normal View History

2021-05-30 15:40:01 +00:00
FROM alpine
RUN apk add --no-cache openssl xxd zip
COPY crxmake.sh /usr/bin/crxmake
CMD ["crxmake.sh"]