Skip to content

Commit

Permalink
[HNC-466] updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
vganpisetty authored Dec 21, 2023
1 parent 2095832 commit 2b8a79f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/bootstrap-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ RUN curl -L -o jq-linux64 https://github.com/stedolan/jq/releases/download/jq-${
chmod +x /usr/local/bin/jq

# pip
# test
RUN apt-get update && \
apt-get install -y python3-pip python3.11-venv && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*


0 comments on commit 2b8a79f

Please sign in to comment.