add updated ca (#29)

This commit is contained in:
Boshi Lian 2019-03-19 18:32:05 -07:00 committed by GitHub
parent 655f55a2bb
commit db99225022
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,12 @@ FROM alpine:latest
LABEL maintainer="Boshi Lian<farmer1992@gmail.com>"
RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
RUN apk update \
&& apk upgrade \
&& apk add --no-cache \
ca-certificates \
&& update-ca-certificates 2>/dev/null
RUN apk add google-authenticator
RUN mkdir /etc/ssh/