Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Jun 6, 2024
1 parent 3bc41b7 commit 2994d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN apt-get -qq -y update \
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 \
&& ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime \
&& dpkg-reconfigure -f noninteractive tzdata \
&& groupadd -g 1000 -r app \
&& useradd -m -u 1000 -s /bin/false -g app app
&& groupadd -g 10023 -r app \
&& useradd -m -u 10023 -s /bin/false -g app app

ENV LANG="en_US.UTF-8" \
TZ="UTC"
Expand Down

0 comments on commit 2994d14

Please sign in to comment.