Update to voltha-tester docker image to support PPPoE client
Added PPPoE package and PPPoE client configuration to voltha-tester Docker image
for the SD-BNG use case.
Change-Id: If6ba2a8c50d021da14d2feb358c91dda7df51005
diff --git a/docker/Dockerfile.tester b/docker/Dockerfile.tester
index fcb464a..4cf72b1 100644
--- a/docker/Dockerfile.tester
+++ b/docker/Dockerfile.tester
@@ -19,7 +19,7 @@
MAINTAINER Voltha Community <info@opennetworking.org>
-RUN apt update && apt install -y iperf isc-dhcp-client tcpdump net-tools iproute2 iputils-ping wpasupplicant wget
+RUN apt update && apt install -y pppoe iperf isc-dhcp-client tcpdump net-tools iproute2 iputils-ping wpasupplicant wget
RUN wget https://github.com/troglobit/mcjoin/releases/download/v2.4/mcjoin_2.4_amd64.deb
RUN dpkg -i mcjoin_2.4_amd64.deb
@@ -29,3 +29,5 @@
RUN chmod 755 /usr/local/bin/igmp.py
COPY config/wpa_supplicant.conf /etc/wpa_supplicant/
+
+COPY config/pppoe-client-config /etc/ppp/peers/seba