Skip to content

Commit

Permalink
Install OCI CLI with install script
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvp committed May 11, 2024
1 parent 854fdb7 commit 2e4e25f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/pulumi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,12 @@ RUN apt-get update -y && \
kubectl \
nodejs \
yarn && \
pip3 install oci-cli && \
# Clean up the lists work
rm -rf /var/lib/apt/lists/*

# Install Oracle Cloud Infrastructure CLI
RUN bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)" -- --exec-dir /usr/bin --accept-all-defaults

# Install Go
RUN curl -fsSLo /tmp/go.tgz https://golang.org/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz && \
echo "${GOLANG_SHA256} /tmp/go.tgz" | sha256sum -c - && \
Expand Down

0 comments on commit 2e4e25f

Please sign in to comment.