Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
abulanov committed Jul 2, 2020
1 parent 5dceaac commit 1d7b9d3
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
FROM alpine
WORKDIR /



ENV PATH="/usr/share/openvswitch/scripts/:${PATH}"
RUN apk add --no-cache openvswitch &&\
apk add --no-cache python3


apk add --no-cache python3
ADD boot.sh /
ADD json_register.py /

ENV PATH="/usr/share/openvswitch/scripts/:${PATH}"

#RUN ovs-ctl start &&\
#ovs-vsctl add-br lan-br &&\
#ovs-vsctl add-port lan-br eth0
ENTRYPOINT ["/boot.sh" ]


Expand Down

0 comments on commit 1d7b9d3

Please sign in to comment.