sigyllly commited on
Commit
700c673
·
verified ·
1 Parent(s): 14cd36c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  # Use the .NET 6 SDK image
2
  FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
3
 
 
1
+ # Use an official Python slim image for the base
2
+ FROM python:3.10-slim
3
+
4
  # Use the .NET 6 SDK image
5
  FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build-env
6