mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +00:00
feat: copy ssh_creds from host to guest
This commit is contained in:
parent
2aaf33d73c
commit
e550a2b410
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ RUN useradd -m builder && \
|
|||
RUN mkdir -p /home/builder/.ssh && \
|
||||
touch /home/builder/.ssh/known_hosts
|
||||
|
||||
COPY ~/ssh_creds/.ssh /home/builder/.ssh
|
||||
|
||||
COPY . /home/builder/packaging_scripts
|
||||
|
||||
RUN chown -R builder:builder /home/builder/.ssh && \
|
||||
|
|
Loading…
Reference in a new issue