[SEBA-836] Sending unique transaction id together with the DHCP packets
Change-Id: I9b5ce5aae1a0257b9784f196618488666517c689
diff --git a/build/package/Dockerfile b/build/package/Dockerfile
index 5ede6cc..73f3cca 100644
--- a/build/package/Dockerfile
+++ b/build/package/Dockerfile
@@ -69,6 +69,7 @@
WORKDIR /app
COPY --from=builder /go/src/github.com/opencord/bbsim/bbsim /app/bbsim
COPY --from=builder /go/src/github.com/opencord/bbsim/bbsimctl /usr/bin/bbsimctl
+RUN mv /usr/sbin/tcpdump /usr/bin/tcpdump
RUN chmod a+x /app/bbsim
RUN chmod a+x /usr/bin/bbsimctl
RUN bbsimctl completion bash >> $HOME/.bashrc