Skip to content

Commit 969c0dc

Browse files
committed
Add curl and wget
1 parent ef46052 commit 969c0dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ MAINTAINER Sam Minot <sam@onecodex.com>
33

44
# Update and install Python
55
RUN apt-get update -y
6-
RUN apt-get install -y python python-pip
7-
RUN apt-get install -y git
6+
RUN apt-get install -y python python-pip curl wget git
87

98
# Install Bats
109
RUN git clone https://github.com/sstephenson/bats.git /tmp/bats && \

0 commit comments

Comments
 (0)