Set the EDITOR environment variable to use the alternatives group

This commit is contained in:
tcely 2025-06-01 13:00:21 -04:00 committed by GitHub
parent c1e30b7751
commit 8b0d3ebd30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ ARG TARGETARCH
ENV DEBIAN_FRONTEND="noninteractive" \
APT_KEEP_ARCHIVES=1 \
EDITOR="editor" \
HOME="/root" \
LANGUAGE="en_US.UTF-8" \
LANG="en_US.UTF-8" \