Skip to content

Commit ea5862e

Browse files
Update Dockerfile
trying to fix python error
1 parent f1efa1f commit ea5862e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" > /etc/apk/repositorie
1414
&& echo "http://dl-cdn.alpinelinux.org/alpine/v3.12/main" >> /etc/apk/repositories \
1515
&& apk upgrade -U -a \
1616
&& apk add \
17+
build-base \
18+
python3 py3-pip \
1719
libjpeg-turbo-dev \
1820
chromium \
1921
ca-certificates \

0 commit comments

Comments
 (0)