Skip to content

Commit f4015d0

Browse files
committed
Added dockerfile and requirements.txt.
1 parent 2df34cb commit f4015d0

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

executor/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM ubuntu:16.04
2+
3+
MAINTAINER dannyhp1
4+
5+
RUN apt-get update
6+
RUN apt-get install -y gcc
7+
RUN apt-get install -y g++
8+
RUN apt-get install -y python
9+
RUN apt-get install -y openjdk-8-jdk

executor/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Flask
2+
docker

0 commit comments

Comments
 (0)