Skip to content
This repository was archived by the owner on Oct 22, 2019. It is now read-only.

Commit 1e4052d

Browse files
committed
Fix up build container
1 parent b32183d commit 1e4052d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ RUN apt-get update && \
2525
ADD build-requirements.txt /code/
2626
RUN pip install setuptools==0.7.7
2727
RUN pip install -r build-requirements.txt
28-
ADD . /code
29-
RUN pip install -e /code
28+
ADD . /tmp/pycalico
29+
RUN pip install /tmp/pycalico

0 commit comments

Comments
 (0)