Skip to content

Commit

Permalink
Patch bash-container to avoid mv pausing to confirm override
Browse files Browse the repository at this point in the history
  • Loading branch information
trnubo committed Feb 1, 2024
1 parent b5bb718 commit 519bce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN set -x \
&& tar --no-same-owner -C / -zxf panubo-functions.tar.gz \
&& rm -rf /tmp/* \
&& apk del ${fetchDeps} \
&& sed -i -E -e 's/mv "\$\{tempfile\}"/mv -f "${tempfile}"/g' /panubo-functions.sh \
;

# Install gomplate
Expand Down

0 comments on commit 519bce7

Please sign in to comment.