We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fab177 commit 4f1da80Copy full SHA for 4f1da80
etl/Dockerfile.extract
@@ -17,7 +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 . && \
+ pip install --no-cache-dir boto3 && \
21
pip install --no-cache-dir -e .[prod]
22
23
# 6. Entrypoint to run extract.py
0 commit comments