We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c86bb commit 5621082Copy full SHA for 5621082
dockers/docker-lldp-sv2/Dockerfile
@@ -1,9 +1,9 @@
1
FROM docker-base
2
3
-COPY deps/sswsdk*.whl deps/sonic_d*.whl deps/lldpsyncd_*.deb deps/lldpd_*.deb /deps/
+COPY deps/sswsdk*.whl deps/sonic_d*.whl deps/lldpd_*.deb /deps/
4
5
## Pre-install the fundamental packages
6
-## Install Python SSWSDK (lldpsyncd dependency)
+## Install Python SSWSDK
7
## Install LLDP Sync Daemon
8
## Note: dpkg_apt function has the benefit to detect missing .deb file
9
## Clean up
0 commit comments