Spaces:
Sleeping
Sleeping
eienmojiki
commited on
Commit
•
d12a803
1
Parent(s):
9eb6062
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -31,7 +31,7 @@ ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
|
|
31 |
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
|
32 |
|
33 |
RUN curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - && \
|
34 |
-
apt install nodejs && \
|
35 |
npm install -g configurable-http-proxy
|
36 |
|
37 |
RUN sudo apt install -y \
|
@@ -60,7 +60,7 @@ RUN rm -fr /tmp/Python-3.10.12 && \
|
|
60 |
RUN sudo apt install -y software-properties-common && \
|
61 |
sudo add-apt-repository ppa:deadsnakes/ppa && \
|
62 |
sudo add-apt-repository ppa:tomtomtom/yt-dlp && \
|
63 |
-
sudo apt update && \
|
64 |
sudo apt install -y yt-dlp
|
65 |
|
66 |
RUN cd $HOME && git clone https://github.com/marcopeocchi/yt-dlp-web-ui
|
|
|
31 |
RUN mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH"
|
32 |
|
33 |
RUN curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash - && \
|
34 |
+
apt install nodejs -y && \
|
35 |
npm install -g configurable-http-proxy
|
36 |
|
37 |
RUN sudo apt install -y \
|
|
|
60 |
RUN sudo apt install -y software-properties-common && \
|
61 |
sudo add-apt-repository ppa:deadsnakes/ppa && \
|
62 |
sudo add-apt-repository ppa:tomtomtom/yt-dlp && \
|
63 |
+
sudo apt update -y && \
|
64 |
sudo apt install -y yt-dlp
|
65 |
|
66 |
RUN cd $HOME && git clone https://github.com/marcopeocchi/yt-dlp-web-ui
|