create user in docker container

also fix user reading and add nocolor flag by default
This commit is contained in:
2022-03-31 03:25:53 +03:00
parent 63acae4b1c
commit a132b1544a
8 changed files with 34 additions and 24 deletions

View File

@ -1,6 +1,7 @@
FROM archlinux:base-devel
# image configuration
ENV AHRIMAN_API_USER=""
ENV AHRIMAN_ARCHITECTURE="x86_64"
ENV AHRIMAN_DEBUG=""
ENV AHRIMAN_FORCE_ROOT=""