Unverified Commit 8e36695b authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #2182 from maxemann96/oath

Added oathtool to Dockerfile
parents a2738e85 2e2e0561
FROM alpine:3.9 FROM alpine:3.10
RUN apk update -f \ RUN apk update -f \
&& apk --no-cache add -f \ && apk --no-cache add -f \
...@@ -8,6 +8,7 @@ RUN apk update -f \ ...@@ -8,6 +8,7 @@ RUN apk update -f \
curl \ curl \
socat \ socat \
tzdata \ tzdata \
oath-toolkit-oathtool \
tar \ tar \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment