Skip to content

Commit 465a9d4

Browse files
committed
Move static builds to separate dir
1 parent b896f28 commit 465a9d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

versions/v3.4.1/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ RUN mkdir -p /deb && \
8686

8787
FROM ${ARCH}debian:bookworm
8888
COPY --from=builder /deb/ /deb/
89+
RUN mv /deb/proxmox-backup-client-static*.deb /deb/static/
8990

9091
# Install all packages
9192
RUN export DEBIAN_FRONTEND=noninteractive && \

0 commit comments

Comments
 (0)