We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c73cc commit 5dcdc85Copy full SHA for 5dcdc85
Dockerfile
@@ -43,8 +43,8 @@ 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 apt-get update && \
47
- apt-get install -y --no-install-recommends python3 python3-pip && \
48
- rm -rf /var/lib/apt/lists/*
+RUN sudo apt-get update && \
+ sudo apt-get install -y --no-install-recommends python3 python3-pip && \
+ sudo rm -rf /var/lib/apt/lists/*
49
RUN pip install awscli aws-sam-cli
50
RUN /usr/local/bin/aws-iam-authenticator -h
0 commit comments