File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/base:ubuntu
1+ FROM mcr.microsoft.com/devcontainers/python:3.14-bookworm
22
33ENV DEBIAN_FRONTEND=noninteractive
44ENV TZ=Asia/Tokyo
@@ -47,19 +47,6 @@ RUN wget --progress=dot:giga https://github.com/hadolint/hadolint/releases/lates
4747
4848# ----------- Base setup complete -----------
4949
50- # Install Python
51- ARG PYTHON_VERSION=3.14
52- RUN apt-get update \
53- && apt-get install --no-install-recommends -y software-properties-common \
54- && add-apt-repository -y ppa:deadsnakes/ppa \
55- && apt-get update \
56- && apt-get install --no-install-recommends -y python${PYTHON_VERSION} python${PYTHON_VERSION}-dev \
57- && apt-get autoremove -y \
58- && apt-get clean -y \
59- && rm -rf /var/lib/apt/lists/* \
60- && ln -sf /usr/bin/python${PYTHON_VERSION} /usr/bin/python3 \
61- && ln -sf /usr/bin/python${PYTHON_VERSION} /usr/bin/python
62-
6350# pyright install
6451RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
6552 && apt-get install --no-install-recommends -y nodejs \
You can’t perform that action at this time.
0 commit comments