We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5bb718 commit 519bce7Copy full SHA for 519bce7
Dockerfile
@@ -17,6 +17,7 @@ RUN set -x \
17
&& tar --no-same-owner -C / -zxf panubo-functions.tar.gz \
18
&& rm -rf /tmp/* \
19
&& apk del ${fetchDeps} \
20
+ && sed -i -E -e 's/mv "\$\{tempfile\}"/mv -f "${tempfile}"/g' /panubo-functions.sh \
21
;
22
23
# Install gomplate
0 commit comments