Skip to content

Commit

Permalink
fix: add curl into init-container (#150)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
andrewshan authored Apr 12, 2024
1 parent 225aa71 commit 53138a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM alpine:3.8
ARG version

RUN apk update upgrade && \
apk add --no-cache bash util-linux
apk add --no-cache bash util-linux curl

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

0 comments on commit 53138a5

Please sign in to comment.