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.
1 parent f8f7de9 commit b61e25bCopy full SHA for b61e25b
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