-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yan M.
committed
Oct 13, 2024
1 parent
36c683a
commit 934e7b7
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|