deno_core is an optional feature flag (#4473)

* full

* all

* add deno_core as features

* all

* remove warnings

* all
This commit is contained in:
Ruben Fiszel
2024-10-03 13:11:58 +02:00
committed by GitHub
parent 6e81c680a9
commit d0b24d07d2
14 changed files with 326 additions and 196 deletions

View File

@@ -43,6 +43,8 @@ RUN wget https://golang.org/dl/go1.21.5.linux-amd64.tar.gz && tar -C /usr/local
ENV PATH="${PATH}:/usr/local/go/bin"
ENV GO_PATH=/usr/local/go/bin/go
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
ENV TZ=Etc/UTC
ENV PYTHON_VERSION 3.11.4