Skip to content

Commit 07c26c2

Browse files
committed
Add
1 parent a01c01b commit 07c26c2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sonic-slave-bookworm/Dockerfile.j2

+1
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ RUN apt-get install -y xsltproc
514514

515515
# Install dependencies for isc-dhcp-relay build
516516
RUN apt-get -y build-dep isc-dhcp
517+
RUN apt-get -y install bind9-dev
517518

518519
# Install vim
519520
RUN apt-get install -y vim

src/isc-dhcp/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
2222
stg init
2323
stg import -s ../patch/series
2424

25-
apt-get install libbind-export-dev
2625
# Build source and Debian packages
2726
ifeq ($(CROSS_BUILD_ENVIRON), y)
2827
dpkg-buildpackage -rfakeroot -b -us -uc -a$(CONFIGURED_ARCH) -Pcross,nocheck -j$(SONIC_CONFIG_MAKE_JOBS) --admindir $(SONIC_DPKG_ADMINDIR)

0 commit comments

Comments
 (0)