Skip to content

Commit d48cab0

Browse files
committed
Install dev python dependencies in dev Docker container
1 parent 2d552c0 commit d48cab0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ RUN apt-get update \
55

66
WORKDIR /oc4ids_datastore_pipeline
77

8-
COPY requirements.txt .
8+
COPY requirements_dev.txt .
99

10-
RUN pip install -r requirements.txt
10+
RUN pip install -r requirements_dev.txt
1111

1212
COPY . .
1313

0 commit comments

Comments
 (0)