Skip to content

Commit c0c7f0f

Browse files
author
Samuel Groß
committed
Spidermonkey builder now needs python3-pip package
1 parent fa12cf3 commit c0c7f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cloud/Docker/SpidermonkeyBuilder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
44
ENV SHELL=bash
55

66
RUN apt-get -y update && apt-get -y upgrade
7-
RUN apt-get install -y git python3 python3-virtualenv clang-10
7+
RUN apt-get install -y git python3 python3-pip python3-virtualenv clang-10
88

99
RUN useradd -m builder
1010

0 commit comments

Comments
 (0)