Browse Source

Merge pull request #2366 from Neilpang/dev

Dev
pull/2368/head
neil 6 years ago
committed by GitHub
parent
commit
89c0b67b8c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Dockerfile

3
Dockerfile

@ -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/*

Loading…
Cancel
Save