a year ago
Guys,
I am trying to build an env using dockerfile settled on github and it keeps displaying following error message:
[2/5] RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip && apt-get clean && rm -rf /var/lib/apt/lists/*
Apr 24 21:31:12
/bin/sh: apt-get: not found
Apr 24 21:31:12
✕ [2/5] RUN apt-get update && apt-get install -y --no-install-recommends python3 python3-pip && apt-get clean && rm -rf /var/lib/apt/lists/*
process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends python3 python3-pip && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 127
Looks like facing with not-Debian like linux - is there a chance to switch from Alpine? (FROM n8nio/n8n:1.41.1)?
Sproket
1 Replies
a year ago
Hey sproket,
You can rebuild the n8n container on a debian-style distro if you so choose. However it's not our container, and we don't control what n8n does with its official published containers. You'd have to change the FROM line in your Dockerfile and build your own version if that's what you want to do.
Status changed to Awaiting User Response Railway • 11 months ago
7 months ago
This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!
Status changed to Solved Railway • 7 months ago