LLDP docker: Remove outdated dependency (#73)

This commit is contained in:
Qi Luo 2016-11-21 17:44:16 -08:00 committed by GitHub
parent 14c86bbd25
commit 5621082dbb

View File

@ -1,9 +1,9 @@
FROM docker-base FROM docker-base
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/
## Pre-install the fundamental packages ## Pre-install the fundamental packages
## Install Python SSWSDK (lldpsyncd dependency) ## Install Python SSWSDK
## Install LLDP Sync Daemon ## Install LLDP Sync Daemon
## Note: dpkg_apt function has the benefit to detect missing .deb file ## Note: dpkg_apt function has the benefit to detect missing .deb file
## Clean up ## Clean up