missing newline sign

This commit is contained in:
Daniel afx 2022-03-24 00:39:34 +02:00
parent a666798df0
commit 0ba4aad76b

View file

@ -14,7 +14,7 @@ RUN apk add --no-cache ffmpeg \
&& apk del .build-deps
RUN pip --no-cache-dir install \
discord.py
discord.py \
pynacl
WORKDIR /app