Initial commit

This commit is contained in:
nemunaire 2021-05-30 17:40:01 +02:00
commit cf4bf3da46
2 changed files with 65 additions and 0 deletions

6
Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM alpine
RUN apk add --no-cache openssl xxd zip
COPY crxmake.sh /usr/bin/crxmake
CMD ["crxmake.sh"]