totp-proxy: add Dockerfile
This commit is contained in:
parent
8a0c508445
commit
0e9b7245be
5
cmd/totp-proxy/Dockerfile
Normal file
5
cmd/totp-proxy/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM alpine
|
||||||
|
RUN apk --update upgrade && apk add curl ca-certificates && \
|
||||||
|
update-ca-certificates && rm -rf /var/cache/apk/*
|
||||||
|
ADD totp-proxy /totp-proxy
|
||||||
|
CMD /totp-proxy
|
Loading…
Reference in New Issue
Block a user