Skip to content

Commit

Permalink
Test dragonfly
Browse files Browse the repository at this point in the history
  • Loading branch information
zGumeloBr committed Oct 13, 2024
1 parent 36c683a commit 934e7b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dragonflydb/latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
FROM ubuntu:22.04
FROM docker.dragonflydb.io/dragonflydb/dragonfly

LABEL author="zGumeloBr" maintainer="[email protected]"

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 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

USER container
Expand Down

0 comments on commit 934e7b7

Please sign in to comment.