Skip to content

Commit c48930a

Browse files
Traistaru Andrei Cristianandreitraistaru
authored andcommitted
Adding dependencies required for CI
The following dependencies will not be used right away but we decided to add them now, as long as they will be used in the near future however: -> mdl (on aarch) -> openapi-spec-validator -> pytest-json-report -> pytest-xdist -> setproctitle Signed-off-by: Traistaru Andrei Cristian <atc@amazon.com>
1 parent d3965ba commit c48930a

File tree

5 files changed

+1072
-386
lines changed

5 files changed

+1072
-386
lines changed

tools/devctr/Dockerfile.aarch64

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN apt-get update \
3737
iperf3 \
3838
iproute2 \
3939
jq \
40+
less \
4041
libbfd-dev \
4142
libcurl4-openssl-dev \
4243
libdw-dev \
@@ -53,7 +54,8 @@ RUN apt-get update \
5354
python3 \
5455
python3-dev \
5556
python3-pip \
56-
python3-venv \
57+
python3-venv \
58+
ruby-dev \
5759
zlib1g-dev \
5860
screen \
5961
tzdata \
@@ -76,6 +78,9 @@ RUN apt-get update \
7678
setuptools_rust \
7779
wheel \
7880
&& python3 -m pip install --upgrade pip \
81+
&& gem install \
82+
chef-utils:16.6.14 \
83+
mdl:0.11.0 \
7984
&& rm -rf /var/lib/apt/lists/*
8085

8186
# Update Python to 3.10

tools/devctr/Dockerfile.x86_64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ RUN apt-get update \
4848
iperf3 \
4949
iproute2 \
5050
jq \
51+
less \
5152
libdw-dev \
5253
libiberty-dev \
5354
libssl-dev \

0 commit comments

Comments
 (0)