From 8c0cda78cc0d838f5c73bcba7a1f0c78ccceb550 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Tue, 24 Dec 2024 20:30:36 +0800 Subject: [PATCH] feat: add pylint --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b32b785..24301c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommend python3 python3-venv python3-pip python3-dev && \ apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /tmp/* -RUN pip3 install debugpy pytest cython +RUN pip3 install debugpy pytest cython pylint # install golang RUN wget --no-check-certificate --progress=dot:mega https://go.dev/dl/go1.22.3.linux-amd64.tar.gz && \