azils3 commited on
Commit
f00faa6
·
verified ·
1 Parent(s): 0f1ea14

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -6
Dockerfile CHANGED
@@ -38,12 +38,7 @@ RUN apt-get update && \
38
  software-properties-common \
39
  npm
40
 
41
- # Install youtubeuploader
42
- ADD https://github.com/porjo/youtubeuploader/releases/download/23.06/youtubeuploader_23.06_Linux_x86_64.tar.gz youtubeuploader.tar.gz
43
- RUN mkdir -p /srv/youtube && \
44
- tar -zxvf youtubeuploader.tar.gz -C /srv/youtube && \
45
- rm youtubeuploader.tar.gz && \
46
- chmod +x /srv/youtube/youtubeuploader
47
 
48
  # Install latest npm and node
49
  RUN npm install npm@latest -g && \
 
38
  software-properties-common \
39
  npm
40
 
41
+
 
 
 
 
 
42
 
43
  # Install latest npm and node
44
  RUN npm install npm@latest -g && \