image: add angie-console-light
This commit is contained in:
parent
d50f8ece98
commit
8f366daf43
@ -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}" ] ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user