diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-14 13:16:09 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-14 13:16:09 +0200 |
commit | abd4ed78b5483313506d1d48bdc401cd423fc74c (patch) | |
tree | beed4e5253d68a20964c5bc933acf3c09bfd69a9 /Dockerfile | |
parent | test: move some code to lib/ (diff) | |
download | cimple-abd4ed78b5483313506d1d48bdc401cd423fc74c.tar.gz cimple-abd4ed78b5483313506d1d48bdc401cd423fc74c.zip |
docker: sanitize package dependencies
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |