Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 committed Nov 18, 2023
1 parent 96a845d commit 8dafc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.ngen
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ ARG NGEN_BUILD_CONFIG_TYPE="Release" \
################################################################################################################
################################################################################################################
##### Create intermediate Docker build stage for building framework in Rocky Linux environment
ENV TAG_NAME=${TAG_NAME}
FROM awiciroh/ngen-deps:${TAG_NAME} as rocky_init_repo
ARG REPO_URL \
BRANCH \
COMMIT \
WORKDIR \
UPDATE=2023-04-27

ENV TAG_NAME=${TAG_NAME}
WORKDIR ${WORKDIR}

RUN cd ${WORKDIR} \
Expand Down

0 comments on commit 8dafc6e

Please sign in to comment.