diff --git a/Dockerfile b/Dockerfile index fd77712..64ebbd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,9 +22,15 @@ RUN \ # install runtime packages apk add --no-cache \ + expat \ + gdbm \ + libbz2 \ + libffi \ librsync \ openssh \ - python && \ + popt \ + python \ + sqlite-libs && \ # build rdiff-backup mkdir -p \