Skip to content

Commit

Permalink
updating from the origin
Browse files Browse the repository at this point in the history
  • Loading branch information
mc36 committed Jul 9, 2022
1 parent 60b1e10 commit 17abae1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAINTAINER Frederic LOUI <frederic.loui@@renater.fr>

RUN apt-get update
RUN apt-get -f -y dist-upgrade
RUN apt-get -f -y install wget unzip net-tools libpcap-dev dpdk openvswitch-switch ethtool default-jre-headless
RUN apt-get -f -y install wget unzip net-tools libpcap-dev openssl iproute2 dpdk openvswitch-switch ethtool default-jre-headless
RUN apt-get clean

RUN mkdir -p /opt/freertr
Expand All @@ -15,11 +15,13 @@ WORKDIR /opt/freertr/

RUN wget http://www.freertr.org/rtr.zip
RUN wget http://www.freertr.org/rtr.jar
RUN wget http://www.freertr.org/rtr.tar
RUN wget http://www.freertr.org/rtr.ver
RUN wget http://www.freertr.org/rtr-`uname -m`.tar
RUN mv ./rtr.jar ./bin
RUN mv ./rtr.ver ./bin
RUN unzip ./rtr.zip -d /opt/freertr/src
WORKDIR /opt/freertr/bin
RUN tar xvf ../rtr.tar
RUN tar xvf ../rtr-`uname -m`.tar

COPY . /opt/freertr/

Expand Down
Empty file modified run/freertr-hw.txt
100644 → 100755
Empty file.
Empty file modified run/freertr-sw.txt
100644 → 100755
Empty file.

0 comments on commit 17abae1

Please sign in to comment.