Skip to content

Commit 53138a5

Browse files
authored
fix: add curl into init-container (#150)
* feat: new add spring-cloud-2023 plugin * feat: fix rpc enhancement的bean重复加载的问题 * feat: add deployment and dockerfiles for examples * feat: 解决开启路由后,服务调用报错的问题 * feat: modify build docker scripts * feat: 更新example镜像文件 * feat: 支持scg的quickstart * fix: 全链路灰度及路由插件加载问题 * fix: support feign lane router * fix: 修复就近路由问题 * feat: 支持自动获取地址并注入 * fix: 规范化样例的artifactId * feat: 统一依赖polaris-all,避免jar冲突 * fix: 删除不必要临时文件 * fix: 修复配置文件路径错误的问题 * fix: add curl into init-container
1 parent 225aa71 commit 53138a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM alpine:3.8
1818
ARG version
1919

2020
RUN apk update upgrade && \
21-
apk add --no-cache bash util-linux
21+
apk add --no-cache bash util-linux curl
2222

2323
COPY ./polaris-agent-build/bin/version.txt /app/
2424
COPY ./polaris-java-agent-${version}.zip /app/

0 commit comments

Comments
 (0)