Skip to content

Commit

Permalink
Use Brightbox Ruby package in test Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
john-odonnell committed Sep 7, 2023
1 parent 6efef34 commit 30b6544
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 30b6544

Please sign in to comment.