Skip to content

Commit

Permalink
Remove libnl from sonic slave docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dprital committed Aug 2, 2024
1 parent 90acab2 commit c5f7fc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions sonic-slave-bookworm/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,7 @@ RUN apt-get update && apt-get install -y eatmydata && eatmydata apt-get install
meson \
python3-pyelftools \
hwdata \
libzip-dev \
libnl-genl-3-dev
libzip-dev

{%- if CONFIGURED_ARCH != "arm64" and CONFIGURED_ARCH != "armhf" %}
RUN eatmydata apt-get install -y \
Expand Down
3 changes: 1 addition & 2 deletions sonic-slave-bullseye/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,7 @@ RUN apt-get update && apt-get install -y eatmydata && eatmydata apt-get install
xmlto \
rake-compiler \
default-jdk \
libgoogle-gson-java \
libnl-genl-3-dev
libgoogle-gson-java

{%- if CONFIGURED_ARCH != "arm64" and CONFIGURED_ARCH != "armhf" %}
# For DASH BMv2
Expand Down

0 comments on commit c5f7fc6

Please sign in to comment.