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 3242eee commit dcfd94fCopy full SHA for dcfd94f
aws-cli/Dockerfile
@@ -12,7 +12,7 @@ RUN yum update -y \
12
&& yum clean all \
13
&& rm -rf /var/cache/yum
14
15
-SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
+SHELL ["/bin/bash", "-o", "pipefail", "-c"]
16
17
# @TL FIXME: --break-system-packages not supported until Python 3.11
18
RUN pip3 install --no-cache-dir --upgrade \
0 commit comments