mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-29 03:34:03 +02:00
changed default for packages
as vi is not available as armv7 package I changed the default to vim
This commit is contained in:
@@ -83,7 +83,7 @@ ENV DEBIAN_FRONTEND="teletype" \
|
||||
LANG="de_DE.UTF-8" \
|
||||
LANGUAGE="de_DE:de" \
|
||||
LC_ALL="de_DE.UTF-8" \
|
||||
PACKAGES="vi" \
|
||||
PACKAGES="vim" \
|
||||
SETGID=1000 \
|
||||
SETUID=1000 \
|
||||
TZ="Europe/Berlin"
|
||||
|
||||
Reference in New Issue
Block a user