This commit is contained in:
aptalca 2024-02-08 23:02:47 -05:00
parent 3635efa0cc
commit a8aca108be
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
2 changed files with 2 additions and 2 deletions

View File

@ -776,7 +776,7 @@ RUN \
RUN \
echo "**** arrange files ****" && \
/usr/local/lib/rustlib/uninstall.sh &&
/usr/local/lib/rustlib/uninstall.sh && \
ldconfig && \
mkdir -p \
/buildout/usr/local/bin \

View File

@ -476,7 +476,7 @@ RUN \
RUN \
echo "**** arrange files ****" && \
/usr/local/lib/rustlib/uninstall.sh &&
/usr/local/lib/rustlib/uninstall.sh && \
ldconfig && \
mkdir -p \
/buildout/usr/local/bin \