Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vpp: upgrade to v24.10 (30/Oct/24) #703

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions vpp-manager/images/ubuntu-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ RUN apt-get update \
nasm \
iperf ethtool \
libpcap-dev \
python3-virtualenv \
libssl-dev \
clang clang-format-11 \
python3-virtualenv \
libssl-dev \
clang clang-format-11 \
libffi7 \
enchant-2 \
tshark
tshark \
libllvm15 libclang-cpp15 clang-format-15 libonig5 libjq1 jq libunwind8 liblzma-dev libunwind-dev

WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion vpp-manager/images/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update \
&& apt-get install -y openssl libapr1 libnuma1 \
libmbedcrypto7 libmbedtls14 libmbedx509-1 libsubunit0 \
iproute2 ifupdown ethtool libnl-3-dev libnl-route-3-dev \
libpcap0.8 \
libpcap0.8 libunwind8 \
&& rm -rf /var/lib/apt/lists/*

# set work directory
Expand Down
Loading
Loading