From 49ac0312539489888e282ecdf6af8144ee49777b Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 4 May 2019 13:56:04 +0200 Subject: [PATCH] update devel container, pylint script --- Dockerfile | 2 ++ run-pylint-docker.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d80ea89..eeb5b9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,8 @@ RUN ln -s /usr/include/locale.h /usr/include/xlocale.h WORKDIR /usr/src/LEDServer RUN pip3 install --upgrade pip RUN pip3 install --no-cache-dir numpy +RUN pip3 install --no-cache-dir pylint +RUN pip3 install --no-cache-dir RPi.GPIO RUN pip3 install --no-cache-dir --upgrade ptvsd # RUN pip3 install --no-cache-dir scipy # scipy is only required by the recorder application diff --git a/run-pylint-docker.sh b/run-pylint-docker.sh index 5aab4f7..747b1e2 100755 --- a/run-pylint-docker.sh +++ b/run-pylint-docker.sh @@ -6,7 +6,7 @@ docker run \ -v "$HOME":"$HOME":ro \ -u $(id -u) \ -w "$PWD" \ - clburlison/pylint:py3-alpine \ + devel:latest \ pylint $@ exit $? \ No newline at end of file