1
0

image: add angie-console-light

This commit is contained in:
Konstantin Demin 2024-10-16 12:19:21 +03:00
parent d50f8ece98
commit 8f366daf43
Signed by: krd
GPG Key ID: 4D56F87A8BA65FD0

View File

@ -96,7 +96,10 @@ RUN _UID=11111 _GID=11111 ; \
echo "angie:x:${_GID}:" >> /etc/group ; \ echo "angie:x:${_GID}:" >> /etc/group ; \
echo 'angie:!:::::::' >> /etc/shadow echo 'angie:!:::::::' >> /etc/shadow
RUN apt-install.sh angie ; \ RUN apt-install.sh \
angie \
angie-console-light \
; \
apt-clean.sh ; \ apt-clean.sh ; \
## verify Angie layout ## verify Angie layout
[ -d "${ANGIE_MODULES_DIR}" ] ; \ [ -d "${ANGIE_MODULES_DIR}" ] ; \