Skip to content

Commit 1fab177

Browse files
committed
fix: docker
1 parent 33cddfe commit 1fab177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etl/Dockerfile.extract

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt-get update \
1717
COPY etl/. .
1818

1919
RUN python -m pip install --no-cache-dir --upgrade pip && \
20+
pip install --no-cache-dir -e . && \
2021
pip install --no-cache-dir -e .[prod]
2122

2223
# 6. Entrypoint to run extract.py

0 commit comments

Comments
 (0)