From 473a40eb5fd175cb82095de554dfb9d1bf608546 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Jul 2024 13:47:39 -0400 Subject: [PATCH] Trying to install things and then the deb --- PBS-Client/Dockerfile | 18 ++++++++---------- PBS-Client/config.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/PBS-Client/Dockerfile b/PBS-Client/Dockerfile index 24fa567..f368525 100644 --- a/PBS-Client/Dockerfile +++ b/PBS-Client/Dockerfile @@ -14,21 +14,19 @@ RUN apt update && apt-get install -y --no-install-recommends \ pkg-config libudev-dev libssl-dev libapt-pkg-dev libclang-dev \ libpam0g-dev -RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -sSf | sh -s -- -y +#RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -sSf | sh -s -- -y # Copy data for add-on -COPY proxmox-backup-arm64 /build/ -WORKDIR /build -SHELL ["/bin/bash", "-c"] -RUN source ~/.cargo/env && ./build.sh client - -RUN apt install /build/packages/proxmox-backup-client_3.2.7-1_arm64.deb +#COPY proxmox-backup-arm64 /build/ +#WORKDIR /build +#SHELL ["/bin/bash", "-c"] +#RUN source ~/.cargo/env && ./build.sh client +COPY proxmox-backup-client_3.2.7-1_arm64.deb / COPY run.sh / - -#RUN apt update -#RUN apt install /proxmox-backup-client_3.2.7-1_arm64.deb +RUN apt update +RUN apt install /proxmox-backup-client_3.2.7-1_arm64.deb RUN chmod a+x /run.sh diff --git a/PBS-Client/config.json b/PBS-Client/config.json index dc22756..b05249b 100644 --- a/PBS-Client/config.json +++ b/PBS-Client/config.json @@ -1,6 +1,6 @@ { "name": "PBS-Client", - "version": "20240708.11", + "version": "20240708.12", "slug": "pbs-client", "description": "Proxmox Backup Client", "url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client",