Skip to content

Commit

Permalink
Merge pull request #177 from cyberark/build-fix
Browse files Browse the repository at this point in the history
Use Brightbox Ruby package in test Dockerfile
  • Loading branch information
john-odonnell committed Sep 7, 2023
2 parents 6efef34 + 30b6544 commit a071412
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ RUN apt-get update && \
apt-get install -y apt-transport-https \
ca-certificates \
openssl \
ruby2.5-dev
software-properties-common

# Install Ruby 2.5
RUN apt-add-repository ppa:brightbox/ruby-ng && \
apt-get update && \
apt-get install -y ruby2.5-dev

# Install the Cloud Foundry CLI
RUN wget -q https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key && \
Expand Down

0 comments on commit a071412

Please sign in to comment.