mirror of
https://github.com/fatedier/frp.git
synced 2026-01-11 22:23:12 +00:00
dockerfile: remove ca-certificates
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user