mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-25 12:06:11 -05:00
more robust timezone detection (fixes #12)
This commit is contained in:
@@ -6,7 +6,6 @@ RUN apt-get update && \
|
||||
apt-get install -y apt-utils && \
|
||||
apt-get install -y apt-transport-https tzdata git curl sudo vim && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN ln -fs /usr/share/zoneinfo/America/Los_Angeles /etc/localtime && dpkg-reconfigure -f noninteractive tzdata
|
||||
RUN groupadd -r moonfire-nvr && \
|
||||
useradd moonfire-nvr --no-log-init -m -r -g moonfire-nvr && \
|
||||
echo 'moonfire-nvr ALL=(ALL) NOPASSWD: ALL' >>/etc/sudoers
|
||||
|
||||
Reference in New Issue
Block a user