mirror of
https://github.com/OMGeeky/downloader.git
synced 2026-02-23 15:38:31 +01:00
non-lowercase user_login problems solved
This commit is contained in:
@@ -13,6 +13,8 @@ COPY ./build/ /bin/
|
||||
RUN chmod +x /bin/downloader
|
||||
# add libgcc to the container (it needs it for some reason)
|
||||
RUN apk add libgcc
|
||||
# add ffmpeg to the container (needed for video splitting)
|
||||
RUN apk add ffmpeg
|
||||
|
||||
# set the start cmd
|
||||
CMD ["/bin/downloader"]
|
||||
|
||||
Reference in New Issue
Block a user