Skip to content

Commit

Permalink
QBRSHP-0000. Added new logic
Browse files Browse the repository at this point in the history
  • Loading branch information
andyroode committed Feb 5, 2025
1 parent c38d3e3 commit dfcd0ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build_gcip/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ RUN apk update \
libffi-dev \
curl \
bash \
&& apk add --no-cache --repository="http://dl-cdn.alpinelinux.org/alpine/edge/community" github-cli \
&& echo "@community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& apk add --no-cache github-cli@community \
&& gh --version
&& test -d /module/venv || python3 -m venv /module/venv \
&& source /module/venv/bin/activate \
&& pip install --no-deps --no-cache-dir -r /build/requirements.txt \
Expand Down

0 comments on commit dfcd0ed

Please sign in to comment.