Fixed instant crash on ivago endpoint (#19)

This commit is contained in:
Jef Roosens 2021-04-13 21:43:30 +02:00
parent 552cf4bf7b
commit 4a32349c9c
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
3 changed files with 4 additions and 5 deletions

View file

@ -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