Skip to content

Commit

Permalink
Added python
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille authored Jan 10, 2025
1 parent fdc5cf3 commit 44dcff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/n8n/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -10,6 +11,7 @@ COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
SHELL [ "bash", "-clo", "errexit" ]
COPY --link --from=nodejs / /usr/local/
COPY --link --from=npm / /usr/local/
COPY --link --from=python / /usr/local/
WORKDIR /uniget_bootstrap/libexec/n8n
ARG name
ARG version
Expand Down

0 comments on commit 44dcff6

Please sign in to comment.