From c767c0c1a7a632ece8a3cb86462c871af010fb6d Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 28 Jun 2024 00:23:30 -0400 Subject: [PATCH] turns out I added a comma! --- dmoj/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmoj/base/Dockerfile b/dmoj/base/Dockerfile index bc8b1a6..67977f2 100644 --- a/dmoj/base/Dockerfile +++ b/dmoj/base/Dockerfile @@ -13,7 +13,7 @@ RUN apt-get update && \ RUN npm install -g sass postcss-cli postcss autoprefixer RUN pip3 install \ - pymysql mysqlclient websocket-client uwsgi django-redis redis, django-discord-integration + pymysql mysqlclient websocket-client uwsgi django-redis redis django-discord-integration COPY repo/requirements.txt . RUN pip3 install -r requirements.txt