We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb25ac commit 9444d95Copy full SHA for 9444d95
docker/Dockerfile
@@ -15,7 +15,7 @@ RUN apt-get update && \
15
sudo \
16
unzip \
17
python3-pip && \
18
- pip3 install awscli upgrade \
+ pip3 install awscli --upgrade \
19
&& curl -sSL -o /tmp/sccache.tgz "${SCCACHE_URL}" \
20
&& mkdir /tmp/sccache \
21
&& tar --strip-components=1 -C /tmp/sccache -xzf /tmp/sccache.tgz \
0 commit comments