This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/docker-basic_router/Dockerfile
2016-05-27 13:35:44 -07:00

18 lines
340 B
Docker

FROM docker-base
MAINTAINER Xudong Wu
## Set the apt source
RUN apt-get clean && apt-get update
COPY deps /deps
RUN dpkg -i /deps/libopennsl_*.deb; \
dpkg -i /deps/libsaibcm_*.deb; \
apt-get -y install -f
RUN mv /deps/basic_router /usr/sbin/basic_router
ENTRYPOINT service rsyslog start \
&& /bin/bash