Skip to content

Commit

Permalink
Merge pull request #425 from yinmin2020/nacos2.4.0.1
Browse files Browse the repository at this point in the history
add Dockerfile bash
  • Loading branch information
paderlol authored Jul 31, 2024
2 parents 41f0a89 + e084da6 commit 81fc38a
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 81fc38a

Please sign in to comment.