mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Taskcluster: install packages for Python 3 in Docker tasks
This commit is contained in:
parent
64e9c0ee23
commit
2bacf69d15
1 changed files with 7 additions and 1 deletions
|
@ -14,11 +14,17 @@ RUN \
|
||||||
git \
|
git \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
#
|
#
|
||||||
# Running mach
|
# Running mach with Python 2
|
||||||
python \
|
python \
|
||||||
python-pip \
|
python-pip \
|
||||||
python-dev \
|
python-dev \
|
||||||
#
|
#
|
||||||
|
# Running mach with Python 3
|
||||||
|
python3 \
|
||||||
|
python3-pip \
|
||||||
|
python3-dev \
|
||||||
|
virtualenv \
|
||||||
|
#
|
||||||
# Compiling C modules when installing Python packages in a virtualenv
|
# Compiling C modules when installing Python packages in a virtualenv
|
||||||
gcc \
|
gcc \
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue