Update Dockerfile
Browse files- Dockerfile +0 -17
Dockerfile
CHANGED
|
@@ -1,20 +1,3 @@
|
|
| 1 |
-
FROM ubuntu:22.04 AS builder
|
| 2 |
-
|
| 3 |
-
WORKDIR /app
|
| 4 |
-
|
| 5 |
-
RUN apt-get update; \
|
| 6 |
-
apt-get install -y wget unzip; \
|
| 7 |
-
wget https://github.com/XTLS/Xray-core/releases/latest/download/Xray-linux-64.zip; \
|
| 8 |
-
unzip Xray-linux-64.zip; \
|
| 9 |
-
rm -f Xray-linux-64.zip; \
|
| 10 |
-
mv xray xy; \
|
| 11 |
-
wget -O td https://github.com/tsl0922/ttyd/releases/latest/download/ttyd.x86_64; \
|
| 12 |
-
chmod +x td; \
|
| 13 |
-
wget -O supercronic https://github.com/aptible/supercronic/releases/latest/download/supercronic-linux-amd64; \
|
| 14 |
-
chmod +x supercronic
|
| 15 |
-
|
| 16 |
-
############################################################
|
| 17 |
-
|
| 18 |
FROM ubuntu:22.04
|
| 19 |
|
| 20 |
LABEL org.opencontainers.image.source="https://github.com/vevc/one-node"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
FROM ubuntu:22.04
|
| 2 |
|
| 3 |
LABEL org.opencontainers.image.source="https://github.com/vevc/one-node"
|