Skip to content

Commit 0414e6d

Browse files
authored
adds make (closes #12) (#13)
1 parent 9041a32 commit 0414e6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apt-get update && \
1515
curl \
1616
software-properties-common \
1717
jq \
18+
make \
1819
python-pip && \
1920
curl -sSfLO "https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" && \
2021
tar xzvf docker-${DOCKER_VERSION}.tgz --strip 1 -C /usr/local/bin docker/docker && \

0 commit comments

Comments
 (0)