Trying to install things and then the deb

This commit is contained in:
2024-07-08 13:47:39 -04:00
parent 200a345a33
commit 473a40eb5f
2 changed files with 9 additions and 11 deletions

View File

@@ -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

View File

@@ -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",