mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Docker remove apk tools from docker image (no-changelog) (#16093)
This commit is contained in:
@@ -67,6 +67,7 @@ RUN \
|
|||||||
|
|
||||||
# Install npm 11.4.1 to fix the vulnerable cross-spawn dependency
|
# Install npm 11.4.1 to fix the vulnerable cross-spawn dependency
|
||||||
RUN npm install -g npm@11.4.1
|
RUN npm install -g npm@11.4.1
|
||||||
|
RUN apk --purge del apk-tools
|
||||||
|
|
||||||
ENV SHELL /bin/sh
|
ENV SHELL /bin/sh
|
||||||
USER node
|
USER node
|
||||||
|
|||||||
Reference in New Issue
Block a user