ubuntu set -o pipefail "Illegal option -o pipefail"问题
Ubuntu sh 执行脚本,调用的是dash,而不是bash
RUN echo "dash dash/sh boolean false" | debconf-set-selections
RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
Ubuntu sh 执行脚本,调用的是dash,而不是bash
RUN echo "dash dash/sh boolean false" | debconf-set-selections
RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash