Initial Commit

This commit is contained in:
2019-09-14 23:57:48 +00:00
commit 0d49729c63
11 changed files with 1089 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
FROM python:3-alpine
RUN pip3 install requests && \
rm -r /root/.cache
COPY install_hidche.py /bin
CMD install_hidche.py