Commit inicial - upload de todos os arquivos da pasta
This commit is contained in:
7
Dockerfile.test
Normal file
7
Dockerfile.test
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.11-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y curl findutils
|
||||
|
||||
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
|
||||
RUN find / -name uv -type f || echo "uv not found"
|
||||
Reference in New Issue
Block a user