Skip to content

Commit

Permalink
Generated export autocommit from mamba.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
GitLab Runner committed Mar 23, 2023
1 parent 50e4eea commit 23924b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ ENV LD_LIBRARY_PATH=/usr/local/lib
RUN apt update; apt install -y libsnappy1v5 libgflags2.2; rm -rf /var/lib/{apt,dpkg,cache,log}/
COPY binaries/prefixdbd /usr/local/bin/
COPY libs/lib/ /usr/local/lib
RUN groupadd -g 80 www \
&& useradd -u 30 --shell /sbin/nologin --group www wwwrun;
WORKDIR /usr/monamour/prefixdb/
USER wwwrun

0 comments on commit 23924b3

Please sign in to comment.