mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-02-06 02:02:20 +08:00
move installation into install.sh
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user