Skip to content

Commit 3bc750c

Browse files
committed
Updated versions to latest including Vorta v0.10.0
1 parent b250c37 commit 3bc750c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Pull base image.
2-
FROM jlesage/baseimage-gui:alpine-3.19-v4
2+
FROM jlesage/baseimage-gui:alpine-3.20-v4
33

44
RUN apk upgrade --no-cache
5-
RUN add-pkg openssh-client rsync fuse python3 py3-pip py3-qt6 zstd-libs lz4-libs libacl openssl qt6-qtbase py3-bcrypt py3-pynacl py3-peewee py3-psutil py3-wheel py3-cryptography fuse3 fuse3-libs mesa-dri-gallium font-croscore py3-platformdirs
5+
RUN add-pkg openssh-client rsync fuse python3 py3-pip py3-qt6 zstd-libs lz4-libs libacl openssl qt6-qtbase py3-bcrypt py3-pynacl py3-peewee py3-psutil py3-wheel py3-cryptography fuse3 fuse3-libs mesa-dri-gallium font-croscore py3-platformdirs libxxhash
66
## Buld requirements which are deleted in same transaction so they don't impact image
7-
RUN add-pkg --virtual build-dependencies py3-pkgconfig python3-dev py3-virtualenv openssl-dev zstd-dev acl-dev lz4-dev build-base qt6-qtbase-dev fuse-dev fuse3-dev
7+
RUN add-pkg --virtual build-dependencies py3-pkgconfig python3-dev py3-virtualenv openssl-dev zstd-dev acl-dev lz4-dev build-base qt6-qtbase-dev fuse-dev fuse3-dev xxhash-dev
88
RUN pip3 install --break-system-packages borgbackup vorta pyfuse3
99
RUN del-pkg build-dependencies
1010

0 commit comments

Comments
 (0)