nich2456 commited on
Commit
80d3b0e
·
verified ·
1 Parent(s): d40cb48

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"