aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-03-11 21:21:18 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-03-11 21:21:18 -0400
commit748cdbf4880d830fd794e92856e8c35a46e4f884 (patch)
tree27d539f1f8d65d07f25c2e63947c5358ab48d9c3 /ci
parent3883de080e263d2f076f65b4600a5021d3d64a21 (diff)
feat(app): #1 update libs & add curl support
Diffstat (limited to 'ci')
-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