Last active
February 6, 2018 06:29
-
-
Save mosluce/6d582d1cb6a74ed5bbe7b0660203ede8 to your computer and use it in GitHub Desktop.
clone private repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM alpine | |
RUN apk add --no-cache git openssh-client bash | |
# RUN ssh-keygen -q -f /root/.ssh/id_rsa -P "" | |
COPY ./ssh /root/.ssh | |
RUN git clone [email protected]:mosluce/some-private.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment