Skip to content

Commit b2dae3e

Browse files
authored
Merge pull request #566 from ecordell/fix-it
chore(build): remove vendor commands from base dockerfile
2 parents 1b445e4 + 3f56355 commit b2dae3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

base.Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ RUN apt-get install make git openssh-client gcc g++
99

1010
RUN echo $sshkey | base64 -d > ~/.ssh/id_rsa \
1111
&& chmod 400 ~/.ssh/id_rsa \
12-
&& ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts \
13-
&& make vendor
12+
&& ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts

0 commit comments

Comments
 (0)