mirror of
https://github.com/ncarlier/webhookd.git
synced 2025-04-09 18:43:43 +00:00
chore: Add sudo.
This commit is contained in:
parent
cd6179e9d4
commit
7a1fdcfdf3
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue
Block a user