Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit 5815447

Browse files
committed
Initial commit
0 parents  commit 5815447

File tree

16 files changed

+2330
-0
lines changed

16 files changed

+2330
-0
lines changed

Dockerfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM alpine:3.8
2+
3+
# Preinstall some packages for faster testing runs. Hidapi needs repository modification, hence skipped here.
4+
RUN apk add py3-cffi libstdc++ libgcc openrc
5+
6+
COPY . /root/nitrokey/
7+
WORKDIR /root/nitrokey
8+
RUN /root/nitrokey/setup.sh
9+
10+
CMD ["/usr/bin/python3", "/root/nitrokey/run_update_mode.py"]
11+

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)