Skip to content

Commit

Permalink
Merge pull request #1457 from ANTsX/dockerANTSPATH
Browse files Browse the repository at this point in the history
BUG: Need the slash on ANTSPATH
  • Loading branch information
cookpa authored Nov 29, 2022
2 parents 53e4c5b + f2326a4 commit 74afcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ LABEL maintainer="ANTsX team" \
description="ANTs is part of the ANTsX ecosystem (https://github.com/ANTsX). \
ANTs Citation: https://pubmed.ncbi.nlm.nih.gov/24879923"

ENV ANTSPATH="/opt/ants/bin" \
ENV ANTSPATH="/opt/ants/bin/" \
PATH="/opt/ants/bin:$PATH" \
LD_LIBRARY_PATH="/opt/ants/lib:$LD_LIBRARY_PATH"
RUN apt-get update \
Expand Down

0 comments on commit 74afcc5

Please sign in to comment.