aboutsummaryrefslogtreecommitdiff
path: root/ci/container
diff options
context:
space:
mode:
Diffstat (limited to 'ci/container')
-rw-r--r--ci/container/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/container/Dockerfile b/ci/container/Dockerfile
index 6804a6e..f5ac798 100644
--- a/ci/container/Dockerfile
+++ b/ci/container/Dockerfile
@@ -32,7 +32,7 @@ COPY app/ /app
#pull compiled libs from build container
COPY --from=native-cont /build/out /app/lib
-RUN apk update && apk add --no-cache gettext icu-libs dumb-init
+RUN apk update && apk add --no-cache gettext icu-libs dumb-init curl
#workdir
WORKDIR /app