Skip to content

Commit

Permalink
LLDP docker: Remove outdated dependency (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored Nov 22, 2016
1 parent 14c86bb commit 5621082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockers/docker-lldp-sv2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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
## Install Python SSWSDK (lldpsyncd dependency)
## Install Python SSWSDK
## Install LLDP Sync Daemon
## Note: dpkg_apt function has the benefit to detect missing .deb file
## Clean up
Expand Down

0 comments on commit 5621082

Please sign in to comment.