From e084da67f449a8851cecf8e618b1873b8df90f30 Mon Sep 17 00:00:00 2001 From: econage_ops Date: Wed, 31 Jul 2024 13:48:32 +0800 Subject: [PATCH] add Dockerfile bash --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index da5d24e4..f9c7c72b 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest LABEL maintainer="pader " # 安装依赖 -RUN apk add --no-cache openjdk8-jre-base curl iputils ncurses vim libcurl +RUN apk add --no-cache openjdk8-jre-base curl iputils ncurses vim libcurl bash # 设置环境变量 ENV MODE="cluster" \