We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c0e5d commit 770e340Copy full SHA for 770e340
connector/Dockerfile
@@ -2,7 +2,7 @@
2
FROM openjdk:17-slim-buster
3
4
# by default curl is not available, so install it
5
-RUN apt update && apt install curl -y
+RUN apt update && apt install curl -y; apt-get install -y gettext-base
6
7
WORKDIR /app
8
@@ -14,4 +14,4 @@ COPY ./build/libs/connector.jar /app
14
15
ENV EDC_FS_CONFIG = $EDC_FS_CONFIG
16
17
-ENTRYPOINT java -jar connector.jar
+CMD java -jar connector.jar
0 commit comments