mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-16 03:21:29 +03:00
Fixed issue where on some Docker environments the container failed to start due to the error "nodemon update check failed"
This commit is contained in:
@@ -21,6 +21,8 @@ ENV UID=1000 \
|
|||||||
GID=1000 \
|
GID=1000 \
|
||||||
USER=youtube
|
USER=youtube
|
||||||
|
|
||||||
|
ENV NO_UPDATE_NOTIFIER=true
|
||||||
|
|
||||||
RUN addgroup -S $USER -g $GID && adduser -D -S $USER -G $USER -u $UID
|
RUN addgroup -S $USER -g $GID && adduser -D -S $USER -G $USER -u $UID
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
|||||||
Reference in New Issue
Block a user