[#19] Merge branch 'develop' of git.roosens.me:Chewing_Bever/fej into 19-broken-debug
This commit is contained in:
commit
98faade91f
3 changed files with 4 additions and 5 deletions
|
|
@ -1,7 +1,9 @@
|
|||
# We use a multi-stage build to end up with a very small final image
|
||||
# Our entire toolchain runs in alpine
|
||||
FROM alpine:latest AS builder
|
||||
|
||||
ENV PATH "$PATH:/root/.cargo/bin"
|
||||
# Needed for proper compiling of openssl-dev
|
||||
ENV RUSTFLAGS "-C target-feature=-crt-static"
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
FROM chewingbever/fej-builder:latest AS builder
|
||||
|
||||
# Needed for proper compiling of openssl-dev
|
||||
ENV RUSTFLAGS="-C target-feature=-crt-static"
|
||||
|
||||
# And then finally, build the project
|
||||
# Thank the lords that this article exists
|
||||
# https://users.rust-lang.org/t/sigsegv-with-program-linked-against-openssl-in-an-alpine-container/52172
|
||||
|
|
|
|||
Reference in a new issue