We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33cddfe commit 1fab177Copy full SHA for 1fab177
etl/Dockerfile.extract
@@ -17,6 +17,7 @@ RUN apt-get update \
17
COPY etl/. .
18
19
RUN python -m pip install --no-cache-dir --upgrade pip && \
20
+ pip install --no-cache-dir -e . && \
21
pip install --no-cache-dir -e .[prod]
22
23
# 6. Entrypoint to run extract.py
0 commit comments