Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
MikailBag committed May 16, 2021
1 parent c4dc43f commit c09d4b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ RUN python3 ./build-env/make.py --out /build-env
FROM rust:slim as build-pps
ARG BUILD_DATE=''
ARG GIT_HASH=''
ARG VERSION=''
COPY . /pps
WORKDIR /pps
ENV JJS_BUILD_INFO_VERIFY_FULL=1
ENV JJS_BUILD_INFO_DATE=${BUILD_DATE}
ENV JJS_BUILD_INFO_GIT_COMMIT=${GIT_HASH}}
ENV JJS_BUILD_INFO_GIT_COMMIT=${GIT_HASH}
ENV JJS_BUILD_INFO_VERSION=${VERSION}
RUN cargo install --path cli

FROM ubuntu:focal
Expand Down

0 comments on commit c09d4b0

Please sign in to comment.