Skip to content

Commit

Permalink
add Dockerfile bash
Browse files Browse the repository at this point in the history
  • Loading branch information
econage_ops committed Jul 31, 2024
1 parent 41f0a89 commit e084da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:latest
LABEL maintainer="pader <[email protected]>"

# 安装依赖
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" \
Expand Down

0 comments on commit e084da6

Please sign in to comment.