mirror of
https://github.com/lush2020/edgetunnel.git
synced 2026-03-21 17:12:33 +08:00
9 lines
147 B
Docker
9 lines
147 B
Docker
FROM alpine:3.5
|
|
|
|
ADD configure.sh /configure.sh
|
|
|
|
RUN apk add --no-cache ca-certificates curl unzip \
|
|
&& chmod +x /configure.sh
|
|
|
|
CMD /configure.sh
|