File: Dockerfile

package info (click to toggle)
azure-cli 2.83.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,346,000 kB
  • sloc: python: 1,930,197; sh: 1,344; makefile: 407; cs: 145; javascript: 74; sql: 37; xml: 21
file content (7 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
FROM mcr.microsoft.com/devcontainers/python:3.12

# Copy binaries from the official
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/

# Remove after production
RUN pip install --no-cache-dir fastmcp