We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef46052 commit 969c0dcCopy full SHA for 969c0dc
Dockerfile
@@ -3,8 +3,7 @@ MAINTAINER Sam Minot <sam@onecodex.com>
3
4
# Update and install Python
5
RUN apt-get update -y
6
-RUN apt-get install -y python python-pip
7
-RUN apt-get install -y git
+RUN apt-get install -y python python-pip curl wget git
8
9
# Install Bats
10
RUN git clone https://github.com/sstephenson/bats.git /tmp/bats && \
0 commit comments