mirror of
https://github.com/luzifer-docker/pvc-rsync.git
synced 2024-12-20 11:11:18 +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 \
|
||||
grep \
|
||||
openssh \
|
||||
rsync
|
||||
rsync \
|
||||
sqlite
|
||||
|
||||
COPY --from=prefetch /dumb-init /usr/local/bin/
|
||||
COPY docker-entrypoint.sh /usr/local/bin/
|
||||
|
|
Loading…
Reference in a new issue