mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
fix: copy CWD from host to container
This commit is contained in:
parent
666968f795
commit
92ca0eb8df
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ RUN mkdir -p /home/builder/.ssh && \
|
|||
|
||||
RUN ls /home/
|
||||
|
||||
COPY /home/runner/work/lune/lune/* /git_src
|
||||
|
||||
COPY /git_src/package/aur/ssh_config /home/builder/.ssh/config
|
||||
|
||||
RUN chown -R builder:builder /home/builder/.ssh && \
|
||||
|
|
Loading…
Reference in a new issue