Skip to content

Commit

Permalink
Updated versions to latest including Vorta v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ranbato committed Nov 10, 2024
1 parent b250c37 commit 3bc750c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Pull base image.
FROM jlesage/baseimage-gui:alpine-3.19-v4
FROM jlesage/baseimage-gui:alpine-3.20-v4

RUN apk upgrade --no-cache
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
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
## Buld requirements which are deleted in same transaction so they don't impact image
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
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
RUN pip3 install --break-system-packages borgbackup vorta pyfuse3
RUN del-pkg build-dependencies

Expand Down

0 comments on commit 3bc750c

Please sign in to comment.