Skip to content

Commit

Permalink
#126 - Updates to both Dockerfiles to have all that's necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Donovan committed Nov 14, 2019
1 parent 3b29491 commit 0f3651b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/pseudo_dtn/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM metabrainz/docker-anon-ftp
FROM ubuntu:16.04

RUN apt-get update && apt-get install -y ftp
RUN apt-get install -y python3-pip
Expand All @@ -7,4 +7,4 @@ RUN pip3 install flask flask_restful

COPY server.py /root/

CMD python3 /root/server.py
CMD python3 /root/server.py $SERVERIP $SERVERPORT
1 change: 1 addition & 0 deletions docker/sci_gw_demo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ubuntu:18.04

RUN apt update && apt install -y iputils-ping iperf net-tools
RUN apt install -y python3 curl

COPY science_gateway.py /root/

Expand Down

0 comments on commit 0f3651b

Please sign in to comment.