fix: set dir in packaging dockerfile

This commit is contained in:
haoranchen 2025-03-03 16:44:38 +08:00 committed by GitHub
parent 79ca1c4bcf
commit ffc9e0d27f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ ENV DEBIAN_FRONTEND=noninteractive
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${cpuType} /tini
RUN chmod +x /tini
WORKDIR /root
RUN tar -zxf /root/${pkgFile} && \
/bin/bash /root/${dirName}/install.sh -e no && \
rm /root/${pkgFile} && \