Skip to content

Commit c36f3bd

Browse files
author
Sean Sundberg
authored
Add github cli to image
Signed-off-by: Sean Sundberg <seansund@us.ibm.com>
1 parent 23b35ec commit c36f3bd

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Containerfile-alpine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN apk add --no-cache --force-broken-world \
1919
perl \
2020
openvpn \
2121
apache2-utils \
22+
github-cli \
2223
&& rm -rf /var/cache/apk/*
2324

2425
RUN mkdir tmp && \

Containerfile-fedora

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN dnf install -y \
1919
perl \
2020
openvpn \
2121
httpd-tools \
22+
gh \
2223
&& dnf clean all
2324

2425
RUN mkdir tmp && \

0 commit comments

Comments
 (0)