move installation into install.sh

This commit is contained in:
T 2019-02-01 19:17:16 +01:00
parent d33e9b1970
commit ca382c0f8a
1 changed files with 0 additions and 2 deletions

View File

@ -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"]