n8n update

This commit is contained in:
2025-12-24 08:30:00 +01:00
parent 38c21cf5c2
commit 63e404a2f2
2 changed files with 0 additions and 19 deletions

View File

@@ -1,13 +0,0 @@
# Use the latest Fedora as the base image
FROM fedora:latest
# Set labels for metadata
LABEL maintainer="Wpanda"
LABEL description="Custom Fedora image with gemini-cli pre-installed."
# Install npm, clean up dnf cache, and create a directory for the app
RUN dnf install -y npm && \
dnf clean all
# Install @google/gemini-cli globally using npm
RUN npm install -g @google/gemini-cli