aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-14 13:16:09 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-14 13:16:09 +0200
commitabd4ed78b5483313506d1d48bdc401cd423fc74c (patch)
treebeed4e5253d68a20964c5bc933acf3c09bfd69a9 /Dockerfile
parenttest: move some code to lib/ (diff)
downloadcimple-abd4ed78b5483313506d1d48bdc401cd423fc74c.tar.gz
cimple-abd4ed78b5483313506d1d48bdc401cd423fc74c.zip
docker: sanitize package dependencies
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0800556..11ce0b0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,7 +31,7 @@ FROM base
LABEL maintainer="Egor Tensin <Egor.Tensin@gmail.com>"
-RUN runtime_deps='tini libgit2 libsodium sqlite-dev' && \
+RUN runtime_deps='libgit2 libsodium sqlite tini' && \
apk add -q --no-cache $runtime_deps
ARG install_dir