Skip to content

Commit

Permalink
need to add source of environment first
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Aug 17, 2018
1 parent 52ed1fa commit c0e554f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM ubuntu:16.04

# docker build -t vanessa/survey-generator

RUN apt-get update && apt-get install -y git python3-pip python3-dev
WORKDIR /opt
RUN git clone https://www.github.com/expfactory/expfactory
Expand Down

0 comments on commit c0e554f

Please sign in to comment.