Skip to content

Commit

Permalink
Small fix for Docker RTM image
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Sep 11, 2024
1 parent 8f033b9 commit 7aefe8b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile_RTM
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
FROM polishfiltersteam/sflb_image:latest

RUN apt-get install -y curl gpg --no-install-recommends
RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
RUN 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
RUN apt-get update && apt-get install -y gh --no-install-recommends
RUN gh --version
RUN pip install PyGithub

0 comments on commit 7aefe8b

Please sign in to comment.