Skip to content

Commit 01b202e

Browse files
authored
fix install in Dockerfile (#1153)
1 parent acdf6f6 commit 01b202e

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
@@ -76,7 +76,7 @@ COPY --chown=pycsw . .
7676
COPY docker/pycsw.yml ${PYCSW_CONFIG}
7777
COPY docker/entrypoint.py /usr/local/bin/entrypoint.py
7878

79-
RUN pip install -e . --config-settings editable_mode=strict
79+
RUN /venv/bin/pip3 install -e . --config-settings editable_mode=strict
8080

8181
WORKDIR /home/pycsw
8282

0 commit comments

Comments
 (0)