dockerfile: remove ca-certificates

This commit is contained in:
fatedier 2020-09-23 16:38:44 +08:00
parent 008933f304
commit 26e54b901f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.12.0
RUN apk add --update ca-certificates
WORKDIR /app
ADD bin/frpc /usr/bin

View File

@ -1,6 +1,6 @@
FROM alpine:3.12.0
RUN apk add --update ca-certificates
WORKDIR /app
ADD bin/frps /usr/bin