Skip to content

Commit

Permalink
Make curl available in docker container.
Browse files Browse the repository at this point in the history
  • Loading branch information
trogdoro committed Sep 3, 2016
1 parent 059c20d commit 78821cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -10,6 +10,8 @@ RUN apt-get install -y ruby
# Git
RUN apt-get install -y git

RUN apt-get install -y curl

COPY . /xiki/
RUN /xiki/bin/xsh --install

Expand Down

0 comments on commit 78821cf

Please sign in to comment.