We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9041a32 commit 0414e6dCopy full SHA for 0414e6d
Dockerfile
@@ -15,6 +15,7 @@ RUN apt-get update && \
15
curl \
16
software-properties-common \
17
jq \
18
+ make \
19
python-pip && \
20
curl -sSfLO "https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" && \
21
tar xzvf docker-${DOCKER_VERSION}.tgz --strip 1 -C /usr/local/bin docker/docker && \
0 commit comments