mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-03 11:41:28 +03:00
curl is in fact missing in focal, my bad
This commit is contained in:
@@ -8,6 +8,7 @@ FROM ubuntu:20.04 as frontend
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get update && apt-get -y install \
|
||||
wget \
|
||||
curl \
|
||||
gnupg && \
|
||||
curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
|
||||
apt-get -y install \
|
||||
|
||||
Reference in New Issue
Block a user