Skip to content

Commit 2241afb

Browse files
author
Bruno Grande
committed
Fix Linux installation issue with Dockerfile
1 parent adeedd5 commit 2241afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ COPY setup.* Pipfile* ./
1010
COPY src ./src/
1111

1212
RUN SETUPTOOLS_SCM_PRETEND_VERSION_FOR_SAGETASKS=${PKG_VERSION} \
13-
pipenv install --system
13+
python -m pip install .
1414

1515
CMD [ "python", "-c", "import dcqc" ]

0 commit comments

Comments
 (0)