Combine update and make
This commit is contained in:
parent
471d42618d
commit
14e9f7ee35
@ -10,10 +10,8 @@ WORKDIR /build
|
||||
RUN apk add --no-cache make libc-dev build-base
|
||||
# Copy sources
|
||||
ADD .build/repository/ .
|
||||
# Update dependencies
|
||||
RUN cargo update
|
||||
# Compile
|
||||
RUN TARGET="release" make
|
||||
# Update dependencies and Compile
|
||||
RUN cargo update && TARGET="release" make
|
||||
|
||||
|
||||
# ---- Release ----
|
||||
|
Loading…
x
Reference in New Issue
Block a user