Skip to content

Commit 4f1da80

Browse files
committed
fix: docker
1 parent 1fab177 commit 4f1da80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etl/Dockerfile.extract

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +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 . && \
20+
pip install --no-cache-dir boto3 && \
2121
pip install --no-cache-dir -e .[prod]
2222

2323
# 6. Entrypoint to run extract.py

0 commit comments

Comments
 (0)