We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1049e4 commit fe95d18Copy full SHA for fe95d18
scripts/images/gateway/Dockerfile
@@ -17,7 +17,7 @@ RUN cd /opt/gateway/api-gateway && \
17
FROM eclipse-temurin:21-jdk
18
19
RUN apt-get update && \
20
- apt-get install -y vim wget curl dos2unix && \
+ apt-get install -y vim wget curl python3 python3-pip python-is-python3 dos2unix && \
21
apt-get clean && \
22
rm -rf /var/lib/apt/lists/*
23
0 commit comments