Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvp committed May 15, 2024
1 parent 0294c43 commit c688a46
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/pulumi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,12 @@ RUN apt-get update -y && \
# Clean up the lists work
rm -rf /var/lib/apt/lists/*

RUN python3 -m venv /tmp/venv1

# 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
#RUN bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)" -- --exec-dir /usr/bin --accept-all-defaults

RUN python3 -m venv /tmp/venv2
# RUN python3 -m venv /tmp/venv2

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

0 comments on commit c688a46

Please sign in to comment.