We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b445e4 + 3f56355 commit b2dae3eCopy full SHA for b2dae3e
base.Dockerfile
@@ -9,5 +9,4 @@ RUN apt-get install make git openssh-client gcc g++
9
10
RUN echo $sshkey | base64 -d > ~/.ssh/id_rsa \
11
&& chmod 400 ~/.ssh/id_rsa \
12
- && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts \
13
- && make vendor
+ && ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
0 commit comments