mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
dockerfile: remove ca-certificates
This commit is contained in:
parent
008933f304
commit
26e54b901f
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.12.0
|
FROM alpine:3.12.0
|
||||||
|
|
||||||
RUN apk add --update ca-certificates
|
WORKDIR /app
|
||||||
|
|
||||||
ADD bin/frpc /usr/bin
|
ADD bin/frpc /usr/bin
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.12.0
|
FROM alpine:3.12.0
|
||||||
|
|
||||||
RUN apk add --update ca-certificates
|
WORKDIR /app
|
||||||
|
|
||||||
ADD bin/frps /usr/bin
|
ADD bin/frps /usr/bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user