Added oathtool to Dockerfile
@ -1,4 +1,4 @@
FROM alpine:3.9
FROM alpine:3.10
RUN apk update -f \
&& apk --no-cache add -f \
@ -8,6 +8,7 @@ RUN apk update -f \
curl \
socat \
tzdata \
oath-toolkit-oathtool \
tar \
&& rm -rf /var/cache/apk/*