Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf committed Jul 22, 2024
1 parent a91e49c commit e957909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:bullseye as python
RUN apt-get update \
&& apt-get install -y wget \
&& cd /opt && wget https://storage.googleapis.com/cloud-sdk-release/google-cloud-cli-371.0.0-linux-x86_64.tar.gz \
&& tar -xvzf google-cloud-cli-linux-x86_64.tar.gz
&& tar -xvzf google-cloud-cli-371.0.0-linux-x86_64.tar.gz
ENV PATH $PATH:/opt/google-cloud-sdk/bin

#install java from Amazon corretto
Expand Down

0 comments on commit e957909

Please sign in to comment.