Skip to content

Commit fe95d18

Browse files
committed
fix: add python to gateway
1 parent b1049e4 commit fe95d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/images/gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN cd /opt/gateway/api-gateway && \
1717
FROM eclipse-temurin:21-jdk
1818

1919
RUN apt-get update && \
20-
apt-get install -y vim wget curl dos2unix && \
20+
apt-get install -y vim wget curl python3 python3-pip python-is-python3 dos2unix && \
2121
apt-get clean && \
2222
rm -rf /var/lib/apt/lists/*
2323

0 commit comments

Comments
 (0)