From 54eab04194d3ea5ab088224218fc7130a4dfccb0 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sat, 27 Jul 2019 16:44:46 +0200 Subject: [PATCH] Don't strip --- backend/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 6bcfd27..6528846 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -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