Skip to content

Commit 213f3af

Browse files
committed
pip3. closes konstruktoid#2
Signed-off-by: Thomas Sjögren <[email protected]>
1 parent 094491e commit 213f3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action-pylint/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL "maintainer"="Thomas Sjögren <[email protected]>"
1212
RUN apk update && \
1313
apk upgrade && \
1414
apk --update add gcc musl-dev python3-dev python3 && \
15-
pip install --upgrade pip && \
15+
pip3 install --upgrade pip && \
1616
pip3 install black flake8 && \
1717
apk del gcc musl-dev python3-dev && \
1818
rm -rf /var/cache/apk/

0 commit comments

Comments
 (0)