[#68] Removed unnecessary target; added builder building to fej
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
Jef Roosens 2021-05-13 21:01:15 +02:00
parent 204f8f0a56
commit e358757b19
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
5 changed files with 10 additions and 9 deletions

View file

@ -2,9 +2,9 @@
# Our entire toolchain runs in alpine
FROM alpine:3.13.5 AS builder
ENV PATH "$PATH:/root/.cargo/bin"
ENV PATH="$PATH:/root/.cargo/bin" \
# Needed for proper compiling of openssl-dev
ENV RUSTFLAGS "-C target-feature=-crt-static"
RUSTFLAGS="-C target-feature=-crt-static"
# Add the build user
# Install dependencies