Skip to content

Commit dcfd94f

Browse files
committed
Update Dockerfile
1 parent 3242eee commit dcfd94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN yum update -y \
1212
&& yum clean all \
1313
&& rm -rf /var/cache/yum
1414

15-
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
15+
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1616

1717
# @TL FIXME: --break-system-packages not supported until Python 3.11
1818
RUN pip3 install --no-cache-dir --upgrade \

0 commit comments

Comments
 (0)