Updated on 2026-08-14
This commit is contained in:
parent
493dcbe447
commit
248bed5ec9
1 changed files with 5 additions and 0 deletions
|
|
@ -11,4 +11,9 @@ RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | d
|
|||
apt-get update && apt-get install -y gh && \
|
||||
apt-get clean
|
||||
|
||||
RUN curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash && \
|
||||
apt-get install -y git-lfs && \
|
||||
git lfs install && \
|
||||
apt-get clean
|
||||
|
||||
CMD ["bash"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue