Skip to content

Commit ea3f4a7

Browse files
committed
test
1 parent 6c2424a commit ea3f4a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@ RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --
4343
RUN sudo apt-get update && sudo apt-get install -y google-cloud-cli && sudo apt-get install -y vim
4444

4545
RUN /usr/local/bin/kubectl -h
46-
RUN pip install awscli aws-sam-cli
46+
RUN sudo apt-get update && sudo apt-get install -y python3 python3-pip \
47+
&& sudo rm -rf /var/lib/apt/lists/*
48+
RUN pip3 install awscli aws-sam-cli
4749
RUN /usr/local/bin/aws-iam-authenticator -h

0 commit comments

Comments
 (0)