Skip to content

Commit 5bd7fcf

Browse files
authored
Merge pull request #54 from oesteban/fix/refine-dockerfile
FIX: Version on docker target of ``Makefile``
2 parents 5f3d081 + 99cc646 commit 5bd7fcf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ ENV PATH="/usr/local/miniconda/bin:$PATH" \
124124
LC_ALL="C.UTF-8" \
125125
PYTHONNOUSERSITE=1
126126

127-
ENV FOO=1
128127
# Installing precomputed python packages
129128
RUN conda install -y python=3.7.1 \
130129
pip=19.1 \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ docker:
9191
docker build --rm -t nipreps/dmriprep:latest \
9292
--build-arg BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"` \
9393
--build-arg VCS_REF=`git rev-parse --short HEAD` \
94-
--build-arg VERSION=$( python get_version.py ) .
94+
--build-arg VERSION=`python get_version.py` .

0 commit comments

Comments
 (0)