Skip to content

Commit 5621082

Browse files
authored
LLDP docker: Remove outdated dependency (#73)
1 parent 14c86bb commit 5621082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockers/docker-lldp-sv2/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM docker-base
22

3-
COPY deps/sswsdk*.whl deps/sonic_d*.whl deps/lldpsyncd_*.deb deps/lldpd_*.deb /deps/
3+
COPY deps/sswsdk*.whl deps/sonic_d*.whl deps/lldpd_*.deb /deps/
44

55
## Pre-install the fundamental packages
6-
## Install Python SSWSDK (lldpsyncd dependency)
6+
## Install Python SSWSDK
77
## Install LLDP Sync Daemon
88
## Note: dpkg_apt function has the benefit to detect missing .deb file
99
## Clean up

0 commit comments

Comments
 (0)