瀏覽代碼

fix: update Python base image to use bullseye variant (#25895)

tags/1.9.0
GuanMu 1 月之前
父節點
當前提交
24611e375a
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      .devcontainer/Dockerfile

+ 1
- 1
.devcontainer/Dockerfile 查看文件

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:3.12
FROM mcr.microsoft.com/devcontainers/python:3.12-bullseye

RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install libgmp-dev libmpfr-dev libmpc-dev

Loading…
取消
儲存