mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-18 13:11:28 +03:00
Merge branch 'master' of https://github.com/Tzahi12345/YoutubeDL-Material into further-docker-cleanup
This commit is contained in:
@@ -35,14 +35,14 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||||||
RUN groupadd -g $GID $USER && useradd --system -g $USER --uid $UID $USER
|
RUN groupadd -g $GID $USER && useradd --system -g $USER --uid $UID $USER
|
||||||
|
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
||||||
RUN apt-get update && apt-get --no-install-recommends -y install \
|
RUN apt-get update && apt-get -y install \
|
||||||
npm \
|
npm \
|
||||||
python2 \
|
python2 \
|
||||||
python3 \
|
python3 \
|
||||||
atomicparsley && \
|
atomicparsley && \
|
||||||
apt autoremove --purge && \
|
apt-get autoremove --purge && \
|
||||||
apt autoremove && \
|
apt-get autoremove && \
|
||||||
apt clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt
|
rm -rf /var/lib/apt
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user