chore: Add sudo.

This commit is contained in:
Nicolas Carlier 2014-11-10 16:37:42 +00:00
parent cd6179e9d4
commit 7a1fdcfdf3

View File

@ -8,7 +8,7 @@ FROM golang:1.3
# Install ssh-keygen
RUN apt-get update && apt-get install -y ssh
RUN apt-get update && apt-get install -y ssh sudo
# Install the latest version of the docker CLI
RUN curl -L -o /usr/local/bin/docker https://get.docker.io/builds/Linux/x86_64/docker-latest && \