Files
dify_origin_resource/dify_1.4.0/.devcontainer/Dockerfile
2025-10-14 14:17:21 +08:00

6 lines
262 B
Docker

FROM mcr.microsoft.com/devcontainers/python:3.12
# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>