[#68] Removed unnecessary target; added builder building to fej
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
204f8f0a56
commit
e358757b19
5 changed files with 10 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue