Skip to content

Commit

Permalink
Removed unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zGumeloBr committed May 5, 2024
1 parent 541a6f2 commit 429c6df
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 @@ -5,8 +5,8 @@ LABEL author="zGumeloBr" maintainer="yan.mf@outlook.com"
ENV DEBIAN_FRONTEND noninteractive

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
&& apt install -y gcc g++ libgcc1 libc++-dev gdb libc6 git wget curl tar zip unzip binutils liblzo2-2 iproute2 net-tools netcat telnet\
gnupg2 apt-transport-https software-properties-common ca-certificates tzdata gcc-multilib

RUN useradd -d /home/container -m container

Expand Down

0 comments on commit 429c6df

Please sign in to comment.