Don't strip

This commit is contained in:
Valentin Brandl
2019-07-27 16:44:46 +02:00
parent 62fd02057a
commit 54eab04194

View File

@ -15,8 +15,6 @@ COPY ./src ./src
# build source code
RUN cargo build --release
RUN strip ./target/x86_64-unknown-linux-musl/release/gitache
# create /etc/password for rootless scratch container
FROM alpine:latest as user_builder