File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM debian:bookworm-slim
22ARG BINARIES_PATH TARGETOS TARGETARCH
3- COPY ${BINARIES_PATH}/commit-boost-pbs-${TARGETOS}-${TARGETARCH} /usr/local/bin
3+ COPY ${BINARIES_PATH}/commit-boost-pbs-${TARGETOS}-${TARGETARCH} /usr/local/bin/commit-boost-pbs
44RUN apt-get update && apt-get install -y \
55 openssl \
66 ca-certificates \
Original file line number Diff line number Diff line change 11FROM debian:bookworm-slim
22ARG BINARIES_PATH TARGETOS TARGETARCH
3- COPY ${BINARIES_PATH}/commit-boost-signer-${TARGETOS}-${TARGETARCH} /usr/local/bin
3+ COPY ${BINARIES_PATH}/commit-boost-signer-${TARGETOS}-${TARGETARCH} /usr/local/bin/commit-boost-signer
44RUN apt-get update && apt-get install -y \
55 openssl \
66 ca-certificates \
You can’t perform that action at this time.
0 commit comments