We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cc4bc commit a9b6596Copy full SHA for a9b6596
1 file changed
Dockerfile
@@ -2,9 +2,8 @@ FROM andgineer/lean-python
2
3
COPY requirements.txt requirements.txt
4
5
-RUN uv pip install -r requirements.txt \
6
- && apk del python3-dev libxslt-dev libxml2-dev
+RUN uv pip install -r requirements.txt
7
8
COPY src/* ./
9
10
-CMD ["python3", "amazon_dash.py"]
+CMD ["amazon_dash.py"]
0 commit comments