feat: 更新相关脚本

This commit is contained in:
2023-09-14 15:11:33 +08:00
parent 38a91aa379
commit 177e4d2b26
6 changed files with 75 additions and 85 deletions
+2 -1
View File
@@ -59,6 +59,7 @@ RUN set -eux; \
RUN set -eux; \
APP_ARCH=`arch` \
APP_SRC="/tmp/${APP_NAME}-${APP_VER}"; \
dpkgArch="$(dpkg --print-architecture)"; \
cd ${APP_SRC}; \
LDFLAGS="-L/usr/local/lib -L/usr/lib/${APP_ARCH}-linux-gnu" \
CPPFLAGS="-I/usr/local/include -D_GNU_SOURCE" \
@@ -125,7 +126,7 @@ RUN set -eux; \
select_source ${APT_SOURCE}; \
\
# 安装应用依赖的软件包及库
install_pkg curl; \
install_pkg ncat; \
install_pkg `cat /usr/local/${APP_NAME}/runDeps`; \
\
# 执行后处理脚本