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 f8f7de9 + b61e25b commit 1b445e4Copy full SHA for 1b445e4
OLM_VERSION
@@ -1 +1 @@
1
-0.7.4
+0.8.0
base.Dockerfile
@@ -7,8 +7,6 @@ ARG sshkey
7
RUN mkdir -p ~/.ssh
8
RUN apt-get install make git openssh-client gcc g++
9
10
-COPY Gopkg.toml Gopkg.lock Makefile ./
11
-
12
RUN echo $sshkey | base64 -d > ~/.ssh/id_rsa \
13
&& chmod 400 ~/.ssh/id_rsa \
14
&& ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts \
0 commit comments