Skip to content

Commit

Permalink
Added cf cli to deploy image to run acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garethjevans committed Aug 9, 2021
1 parent d3f07f9 commit e2570a6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions dockerfiles/autoscaler-deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
FROM ubuntu:18.04
MAINTAINER autoscaler-team

RUN apt-get update && \
apt-get -qqy install --fix-missing \
gnupg \
apt-transport-https \
wget

RUN wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | apt-key add - && \
echo "deb https://packages.cloudfoundry.org/debian stable main" | tee /etc/apt/sources.list.d/cloudfoundry-cli.list

RUN \
apt-get update && \
apt-get -qqy install --fix-missing \
Expand All @@ -18,9 +27,8 @@ RUN \
ruby \
ruby-dev \
python3 \
apt-transport-https \
ca-certificates \
gnupg \
cf7-cli \
&& \
apt-get clean

Expand Down

0 comments on commit e2570a6

Please sign in to comment.