non-lowercase user_login problems solved

This commit is contained in:
OMGeeky
2023-04-04 17:15:57 +02:00
parent 20ecbbf699
commit 8fd8212eee
3 changed files with 11 additions and 10 deletions

View File

@@ -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"]