Merge pull request #2182 from maxemann96/oath

Added oathtool to Dockerfile
This commit is contained in:
neil 2019-06-22 23:44:18 +08:00 committed by GitHub
commit 8e36695bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
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 \
curl \ curl \
socat \ socat \
tzdata \ tzdata \
oath-toolkit-oathtool \
tar \ tar \
&& rm -rf /var/cache/apk/* && rm -rf /var/cache/apk/*