Skip to content

Commit 8ce2a55

Browse files
committed
fix
1 parent 0984779 commit 8ce2a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN /usr/local/bin/kubectl -h
4646
RUN sudo apt-get update && \
4747
sudo apt-get install -y --no-install-recommends python3 python3-pip python3-venv && \
4848
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/*
49+
RUN sudo apt-get update && sudo apt-get install -y --no-install-recommends awscli && sudo rm -rf /var/lib/apt/lists/*
5050
#RUN pip install awscli aws-sam-cli
5151
RUN python3 -m venv /opt/venv && /opt/venv/bin/pip install --no-cache-dir aws-sam-cli && \
5252
ln -s /opt/venv/bin/sam /usr/local/bin/sam

0 commit comments

Comments
 (0)