Skip to content

Commit

Permalink
[skyapi] refs fibercrypto#127 Added initial approach to docker for wr…
Browse files Browse the repository at this point in the history
…apper
  • Loading branch information
stdevMac committed Mar 30, 2019
1 parent fe66872 commit 23e9d66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/images/dev-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,9 @@ RUN pip install --upgrade $PIP_PACKAGES \

WORKDIR $GOPATH/src/github.com/skycoin

COPY ./skyapi/requirements.txt .

RUN pip install -r requirements.txt \
&& pip3 install -r requirements.txt

VOLUME $GOPATH/src/

0 comments on commit 23e9d66

Please sign in to comment.