Skip to content

Commit

Permalink
Test 43
Browse files Browse the repository at this point in the history
  • Loading branch information
zGumeloBr committed May 5, 2024
1 parent 697c851 commit d4e9f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dragonflydb/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ RUN apt update && apt upgrade -y \
&& apt install -y gcc g++ libgcc1 libc++-dev gdb libc6 git wget curl tar zip unzip binutils xz-utils liblzo2-2 cabextract iproute2 net-tools netcat telnet\
libfontconfig locales ffmpeg gnupg2 apt-transport-https software-properties-common ca-certificates tzdata gcc-multilib\
&& update-locale lang=en_US.UTF-8 \
&& dpkg-reconfigure --frontend noninteractive locales \
&& useradd -m -d /home/container -s /bin/bash container

RUN useradd -d /home/container -m container

USER container
ENV USER=container HOME=/home/container
Expand Down

0 comments on commit d4e9f0d

Please sign in to comment.