Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
legokichi committed May 8, 2023
1 parent 13c6f23 commit cb35cd4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile.x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ COPY rust-toolchain .
COPY Cargo.toml .
COPY Cargo.lock .

RUN cargo build --release && \
strip /home/rust/src/target/release/gatekeeperd
RUN cargo build --release
RUN ls -la /home/rust/src
RUN ls -la /home/rust/src/target
RUN ls -la /home/rust/src/target/release
RUN strip /home/rust/src/target/release/gatekeeperd

FROM scratch

Expand Down

0 comments on commit cb35cd4

Please # to comment.