mirror of
https://github.com/luzifer-docker/pvc-rsync.git
synced 2024-11-09 15:50:01 +00:00
Provide sqlite3 as standard tooling
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b9c28d5d11
commit
f3a022e14d
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ RUN set -ex \
|
||||||
curl \
|
curl \
|
||||||
grep \
|
grep \
|
||||||
openssh \
|
openssh \
|
||||||
rsync
|
rsync \
|
||||||
|
sqlite
|
||||||
|
|
||||||
COPY --from=prefetch /dumb-init /usr/local/bin/
|
COPY --from=prefetch /dumb-init /usr/local/bin/
|
||||||
COPY docker-entrypoint.sh /usr/local/bin/
|
COPY docker-entrypoint.sh /usr/local/bin/
|
||||||
|
|
Loading…
Reference in a new issue