Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
|