Fix the ratio task bug (#194)

* fix: add feign client configurations

* fix: add nacos configurations

* fix: add python to gateway

* fix: Fix the ratio task bug
This commit is contained in:
hefanli
2025-12-24 11:40:26 +08:00
committed by GitHub
parent 6d61348388
commit 215d7f0612
5 changed files with 33 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ RUN cd /opt/gateway/api-gateway && \
FROM eclipse-temurin:21-jdk
RUN apt-get update && \
apt-get install -y vim wget curl dos2unix && \
apt-get install -y vim wget curl python3 python3-pip python-is-python3 dos2unix && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*