We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2424a commit ea3f4a7Copy full SHA for ea3f4a7
Dockerfile
@@ -43,5 +43,7 @@ RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --
43
RUN sudo apt-get update && sudo apt-get install -y google-cloud-cli && sudo apt-get install -y vim
44
45
RUN /usr/local/bin/kubectl -h
46
-RUN pip install awscli aws-sam-cli
+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
49
RUN /usr/local/bin/aws-iam-authenticator -h
0 commit comments