remove gosu
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 6m25s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 6m25s
This commit is contained in:
@@ -16,9 +16,7 @@ RUN apk add --no-cache \
|
||||
nodejs \
|
||||
npm \
|
||||
&& npm install -g n8n@${N8N_VERSION} \
|
||||
&& rm -rf /var/cache/apk/* \
|
||||
&& wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/1.17/gosu-amd64" \
|
||||
&& chmod +x /usr/local/bin/gosu
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
# Создание пользователя и домашней директории
|
||||
RUN adduser -D -s /bin/sh node && mkdir -p /home/node/.n8n
|
||||
|
||||
Reference in New Issue
Block a user