Configure dedicated server timezone
This commit is contained in:
parent
220cfd2354
commit
185538b819
5 changed files with 14 additions and 4 deletions
|
|
@ -1,6 +1,9 @@
|
|||
FROM debian:bookworm-slim
|
||||
|
||||
RUN groupadd --system --gid 10001 netfishing \
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& groupadd --system --gid 10001 netfishing \
|
||||
&& useradd --system --uid 10001 --gid netfishing \
|
||||
--home-dir /var/lib/netfishing-server netfishing \
|
||||
&& install -d -o netfishing -g netfishing \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue