diff --git a/Dockerfile b/Dockerfile index 3295311..e2f7886 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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