Make token generator script

This commit is contained in:
nemunaire 2018-02-20 13:04:37 +01:00 committed by Pierre-Olivier Mercier
commit 8268fed28c
3 changed files with 110 additions and 17 deletions

View file

@ -57,5 +57,7 @@ FROM scratch
COPY --from=mirror /out/ /
COPY init /init
COPY bin/ /bin/
COPY etc/ /etc/
COPY lib/ /lib/
COPY sbin/ /sbin/