Skip to content

Commit 8a0149e

Browse files
author
Ashutosh619-sudo
committed
Feat: Add command to install setuptools
1 parent 974bcae commit 8a0149e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ LABEL "com.github.actions.description"="Run pylint commands on python slim image
55
LABEL "com.github.actions.icon"="code"
66
LABEL "com.github.actions.color"="black"
77

8-
9-
RUN pip install --upgrade pip
8+
RUN pip install --upgrade pip && pip install -U pip wheel setuptools
109
RUN pip install pylint
1110

1211
COPY entrypoint.sh /

0 commit comments

Comments
 (0)