diff --git a/Dockerfile b/Dockerfile index 17190ae..5edfebe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,7 @@ LABEL "com.github.actions.description"="Run pylint commands on python slim image LABEL "com.github.actions.icon"="code" LABEL "com.github.actions.color"="black" - -RUN pip install --upgrade pip +RUN pip install --upgrade pip && pip install -U pip wheel setuptools RUN pip install pylint COPY entrypoint.sh /