Skip to content

Commit

Permalink
adds make (closes #12) (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
jritsema authored May 18, 2020
1 parent 9041a32 commit 0414e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update && \
curl \
software-properties-common \
jq \
make \
python-pip && \
curl -sSfLO "https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" && \
tar xzvf docker-${DOCKER_VERSION}.tgz --strip 1 -C /usr/local/bin docker/docker && \
Expand Down

0 comments on commit 0414e6d

Please sign in to comment.