mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
git-subtree-dir: packages/tools git-subtree-split: 78317b9c127f18bd040c1d77e3c0840cdc9a5b38
7 lines
114 B
Docker
7 lines
114 B
Docker
FROM python:3.12-alpine
|
|
|
|
RUN pip install requests beautifulsoup4
|
|
|
|
# Set the working directory
|
|
WORKDIR /workspace
|