diff options
| -rw-r--r-- | Dockerfile | 5 | ||||
| m--------- | opendc-web-server | 24 |
2 files changed, 7 insertions, 22 deletions
@@ -5,15 +5,14 @@ MAINTAINER Sacheendra Talluri <sacheendra.t@gmail.com> RUN echo "deb http://ftp.debian.org/debian stretch main" >> /etc/apt/sources.list \ && apt-get update \ && apt-get install -y python python-pip yarn git sed mysql-client \ - && pip install oauth2client eventlet flask-socketio flask-compress mysql-connector-python-rf \ - && pip install --upgrade pyasn1-modules \ && rm -rf /var/lib/apt/lists/* # Copy OpenDC directory COPY ./ /opendc # Setting up simulator -RUN chmod 555 /opendc/build/configure.sh \ +RUN python /opendc/opendc-web-server/setup.py install \ + && chmod 555 /opendc/build/configure.sh \ && cd /opendc/opendc-frontend \ && rm -rf ./build \ && rm -rf ./node_modules \ diff --git a/opendc-web-server b/opendc-web-server -Subproject 9a2a98548ab50217a78d433a13da72af3001a78 +Subproject 39a147b14d9ad079433d5405c7a3d533851095f |
