From 0ba4aad76b32c04a4789aa6af93f039da32dad54 Mon Sep 17 00:00:00 2001 From: Daniel afx Date: Thu, 24 Mar 2022 00:39:34 +0200 Subject: [PATCH] missing newline sign --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 96031f3..e428549 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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