FROM ghcr.io/open-webui/open-webui:main # Install paramiko for SFTP functionality RUN pip install --no-cache-dir paramiko # Create .ssh directory RUN mkdir -p /app/.ssh && chmod 700 /app/.ssh