Skip to content

Commit

Permalink
BUG: Need to include ENV in the final layer
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa committed Jan 23, 2024
1 parent 1c57562 commit a30064d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

ENV PATH="/opt/ants/bin:$PATH" \
LD_LIBRARY_PATH="/opt/ants/lib:$LD_LIBRARY_PATH"

COPY --from=builder /opt/ants /opt/ants

LABEL org.opencontainers.image.authors="ANTsX team" \
Expand Down

0 comments on commit a30064d

Please sign in to comment.