Skip to content

Commit 519bce7

Browse files
committed
Patch bash-container to avoid mv pausing to confirm override
1 parent b5bb718 commit 519bce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN set -x \
1717
&& tar --no-same-owner -C / -zxf panubo-functions.tar.gz \
1818
&& rm -rf /tmp/* \
1919
&& apk del ${fetchDeps} \
20+
&& sed -i -E -e 's/mv "\$\{tempfile\}"/mv -f "${tempfile}"/g' /panubo-functions.sh \
2021
;
2122

2223
# Install gomplate

0 commit comments

Comments
 (0)