aboutsummaryrefslogtreecommitdiffstats
path: root/dbc-client/src/main/resources/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'dbc-client/src/main/resources/Dockerfile')
-rw-r--r--dbc-client/src/main/resources/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbc-client/src/main/resources/Dockerfile b/dbc-client/src/main/resources/Dockerfile
index 9263e80..831d4f2 100644
--- a/dbc-client/src/main/resources/Dockerfile
+++ b/dbc-client/src/main/resources/Dockerfile
@@ -34,7 +34,7 @@ RUN mkdir -p /usr/local/share/ca-certificates && \
RUN update-ca-certificates
# Install curl & openssl
-RUN apk add --no-cache curl openssl
+RUN apk add --no-cache curl openssl gettext
RUN mkdir -p /opt/app/osaaf/local && \
chmod +x /opt/app/dbc-client/bin/* && \