feat: VM lifecycle, TTS, inventory endpoints
This commit is contained in:
parent
c875e2b185
commit
0296809864
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
FROM python:3.13-slim
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends openssh-client && rm -rf /var/lib/apt/lists/*
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue