Initial commit
This commit is contained in:
commit
cf4bf3da46
2 changed files with 65 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache openssl xxd zip
|
||||
COPY crxmake.sh /usr/bin/crxmake
|
||||
|
||||
CMD ["crxmake.sh"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue