Skip to content

Commit

Permalink
move installation into install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
T committed Feb 1, 2019
1 parent d33e9b1 commit ca382c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM debian

RUN apt-get update && apt-get install -y build-essential pkg-config bison flex autoconf automake libtool make git python2.7 python-pip sqlite3 cmake git
COPY . /workdir
RUN pip install -r /workdir/requirements.txt
RUN cd /workdir && ./install.sh docker
WORKDIR /workdir
ENTRYPOINT ["./start_openplc.sh"]

0 comments on commit ca382c0

Please sign in to comment.