We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0984779 commit 8ce2a55Copy full SHA for 8ce2a55
Dockerfile
@@ -46,7 +46,7 @@ RUN /usr/local/bin/kubectl -h
46
RUN sudo apt-get update && \
47
sudo apt-get install -y --no-install-recommends python3 python3-pip python3-venv && \
48
sudo rm -rf /var/lib/apt/lists/* \
49
-RUN apt-get update && apt-get install -y --no-install-recommends awscli && rm -rf /var/lib/apt/lists/*
+RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends awscli && sudo rm -rf /var/lib/apt/lists/*
50
#RUN pip install awscli aws-sam-cli
51
RUN python3 -m venv /opt/venv && /opt/venv/bin/pip install --no-cache-dir aws-sam-cli && \
52
ln -s /opt/venv/bin/sam /usr/local/bin/sam
0 commit comments