mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
dockerfile: remove ca-certificates
This commit is contained in:
parent
008933f304
commit
26e54b901f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM alpine:3.12.0
|
||||
|
||||
RUN apk add --update ca-certificates
|
||||
WORKDIR /app
|
||||
|
||||
ADD bin/frpc /usr/bin
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
FROM alpine:3.12.0
|
||||
|
||||
RUN apk add --update ca-certificates
|
||||
WORKDIR /app
|
||||
|
||||
ADD bin/frps /usr/bin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue