Skip to content

Commit

Permalink
Merge pull request #292 from axonivy/ssh-agent
Browse files Browse the repository at this point in the history
fix build: add ssh-agent for authorized pushes using GH
  • Loading branch information
ivy-rew authored Nov 29, 2024
2 parents fd768f0 + 4b268df commit fbab563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | d
chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg \
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null && \
apt update && \
apt install -y gnupg2 git gh
apt install git gnupg2 gh openssh-client -y

0 comments on commit fbab563

Please sign in to comment.