Skip to content

Commit 9444d95

Browse files
committed
fix dockerfile
1 parent 7eb25ac commit 9444d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update && \
1515
sudo \
1616
unzip \
1717
python3-pip && \
18-
pip3 install awscli upgrade \
18+
pip3 install awscli --upgrade \
1919
&& curl -sSL -o /tmp/sccache.tgz "${SCCACHE_URL}" \
2020
&& mkdir /tmp/sccache \
2121
&& tar --strip-components=1 -C /tmp/sccache -xzf /tmp/sccache.tgz \

0 commit comments

Comments
 (0)