Spaces:
Running
Running
Illumotion
commited on
Commit
•
0342ca3
1
Parent(s):
99f63c9
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ USER root
|
|
3 |
COPY config.json /etc/xray/config.json
|
4 |
RUN apk update \
|
5 |
&& apk add --no-cache ca-certificates busybox \
|
6 |
-
&& update-ca-certificates
|
7 |
&& busybox wget https://github.com/XTLS/Xray-core/releases/latest/download/Xray-linux-64.zip \
|
8 |
&& busybox unzip Xray-linux-64.zip \
|
9 |
&& busybox mv * /usr/bin/xray
|
|
|
3 |
COPY config.json /etc/xray/config.json
|
4 |
RUN apk update \
|
5 |
&& apk add --no-cache ca-certificates busybox \
|
6 |
+
&& update-ca-certificates \
|
7 |
&& busybox wget https://github.com/XTLS/Xray-core/releases/latest/download/Xray-linux-64.zip \
|
8 |
&& busybox unzip Xray-linux-64.zip \
|
9 |
&& busybox mv * /usr/bin/xray
|