File tree Expand file tree Collapse file tree 6 files changed +7
-2
lines changed Expand file tree Collapse file tree 6 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ RUN groupadd -g 998 build-user && \
6
6
useradd -m -r -u 42 -g build-user build-user
7
7
8
8
# The build needs a package from the EPEL repo so that needs to be enabled.
9
- # https://www.tecmint.com/install-epel-repository-on-centos/
10
- RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
9
+ RUN amazon-linux-extras install epel -y
11
10
12
11
# Update and install needed build packages
13
12
RUN yum -y group install "development tools"
@@ -30,6 +29,7 @@ RUN yum -y install \
30
29
python-devel \
31
30
python-pkgconfig \
32
31
python-six \
32
+ python3-pip \
33
33
python3-devel \
34
34
python3-psutil \
35
35
rsync \
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ RUN apt -y update && apt -y install \
23
23
python-six \
24
24
python-pkg-resources \
25
25
python3-six \
26
+ python3-pip \
26
27
python3-distutils \
27
28
python3-pkg-resources \
28
29
python3-psutil \
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ RUN apt-get -y update && apt-get -y install \
23
23
python-six \
24
24
python2-dev \
25
25
python3-six \
26
+ python3-pip \
26
27
python3-distutils \
27
28
python3-pkg-resources \
28
29
python3-psutil \
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ RUN apt-get -y update && apt-get -y install \
26
26
python-six \
27
27
python2-dev \
28
28
python3-six \
29
+ python3-pip \
29
30
python3-distutils \
30
31
python3-pkg-resources \
31
32
python3-psutil \
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ RUN apt-get -y update && apt-get -y install \
20
20
ninja-build \
21
21
pkg-config \
22
22
python3-six \
23
+ python3-pip \
23
24
python3-distutils \
24
25
python3-pkg-resources \
25
26
python3-psutil \
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ RUN apt-get -y update && apt-get -y install \
21
21
ninja-build \
22
22
pkg-config \
23
23
python3-six \
24
+ python3-pip \
24
25
python3-pkg-resources \
25
26
python3-psutil \
26
27
python3-setuptools \
You can’t perform that action at this time.
0 commit comments