Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
minzkn committed Feb 8, 2025
1 parent 8b1dda2 commit 2a6280f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion marvell-octeon-sdk-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ RUN apt-get autoclean -y \
wget \
curl \
texinfo \
autoconf \
automake \
libtool \
pkg-config \
Expand All @@ -90,12 +91,27 @@ RUN apt-get autoclean -y \
libyaml-dev \
libssl-dev \
libnl-genl-3-dev \
libnl-3-dev \
libnl-3-dev libnl-route-3-dev libmnl-dev \
python3-sphinx \
python3-sphinx-rtd-theme \
meson \
ninja-build \
doxygen \
ccache \
debhelper dkms libapr1-dev dh-python \
libconfuse-dev git-review exuberant-ctags cscope \
gcovr lcov chrpath \
python3-all python3-setuptools check \
libffi-dev python3-ply \
cmake uuid-dev python3-jsonschema python3-yaml \
python3-venv \
python3-dev python3-pip \
python3-virtualenv \
libelf-dev libpcap-dev \
iperf3 \
nasm \
iperf ethtool \
tshark \
&& echo 'tzdata tzdata/Areas select Asia' | debconf-set-selections \
&& echo 'tzdata tzdata/Zones/Asia select Seoul' | debconf-set-selections \
&& locale-gen en_US.UTF-8 \
Expand Down

0 comments on commit 2a6280f

Please sign in to comment.