Image of the controller for SDN-IoT
310
FROM gabilm/sdn-iot-oscore-debian:1.11
RUN apt-get update
RUN apt-get check
RUN apt-get dist-upgrade -y
RUN apt-get install -y iproute2 iputils-ping tcpdump net-tools python3 autoconf pip procps vim git
RUN pip3 install --upgrade "aiocoap[all]"
RUN pip3 install transitions
RUN pip3 install cbor2 libconf yangson
RUN git clone https://github.com/ltn22/pyang.git /root/pyang
RUN cd /root/pyang/ && python3 setup.py install
RUN git clone https://github.com/alex-fddz/pycoreconf /root/pycoreconf
RUN cd /root/pycoreconf/ && git pull && git checkout 5813c3b && python3 setup.py install
ENV SRC_PATH /tmp/
WORKDIR $SRC_PATH
COPY misc/ .
ENTRYPOINT []
CMD ["./routes.sh"]
Content type
Image
Digest
sha256:d0ba08df5…
Size
849.9 MB
Last updated
over 1 year ago
docker pull esthersala01/sdn-iot-controller