diff --git a/tools/inshellisense/Dockerfile.template b/tools/inshellisense/Dockerfile.template index 1c97a70a3e..863d73e6ea 100644 --- a/tools/inshellisense/Dockerfile.template +++ b/tools/inshellisense/Dockerfile.template @@ -2,6 +2,7 @@ FROM ghcr.io/uniget-org/tools/nodejs:latest AS nodejs FROM ghcr.io/uniget-org/tools/npm:latest AS npm +FROM ghcr.io/uniget-org/tools/python:latest AS python FROM registry.gitlab.com/uniget-org/images/ubuntu:24.04 AS prepare COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \ @@ -10,6 +11,7 @@ COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \ SHELL [ "bash", "-clo", "errexit" ] COPY --link --from=nodejs / / COPY --link --from=npm / / +COPY --link --from=python / / WORKDIR /uniget_bootstrap/libexec/inshellisense ARG name ARG version diff --git a/tools/inshellisense/manifest.yaml b/tools/inshellisense/manifest.yaml index 4f9583b0f8..8acb079386 100644 --- a/tools/inshellisense/manifest.yaml +++ b/tools/inshellisense/manifest.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://tools.uniget.dev/schema.yaml $schema: https://tools.uniget.dev/schema.yaml name: inshellisense -version: "0.0.1-rc.16" +version: "0.0.1-rc.18" check: ${binary} --version build_dependencies: - nodejs