mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-17 22:31:29 +03:00
possible fix
This commit is contained in:
@@ -13,9 +13,9 @@ RUN apt-get update && apt-get -y install \
|
|||||||
gnupg \
|
gnupg \
|
||||||
# Ubuntu 22.04 ships Node.JS 12 by default :)
|
# Ubuntu 22.04 ships Node.JS 12 by default :)
|
||||||
nodejs \
|
nodejs \
|
||||||
# YARN: brings along npm, solves dependency conflicts,
|
# needed on 21.10 and before, maybe not on 22.04 YARN: brings along npm, solves dependency conflicts,
|
||||||
# spares us this spaghetti approach: https://stackoverflow.com/a/60547197
|
# spares us this spaghetti approach: https://stackoverflow.com/a/60547197
|
||||||
yarn && \
|
npm && \
|
||||||
apt-get install -f && \
|
apt-get install -f && \
|
||||||
apt-get autoremove --purge && \
|
apt-get autoremove --purge && \
|
||||||
apt-get autoremove && \
|
apt-get autoremove && \
|
||||||
|
|||||||
Reference in New Issue
Block a user