From c64e84af72edd862e95817fa79034bf7ff243d8d Mon Sep 17 00:00:00 2001 From: zGumeloBr Date: Sun, 5 May 2024 00:07:12 -0300 Subject: [PATCH] test --- dragonflydb/latest/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dragonflydb/latest/Dockerfile b/dragonflydb/latest/Dockerfile index 92f2a7d..3c7883b 100644 --- a/dragonflydb/latest/Dockerfile +++ b/dragonflydb/latest/Dockerfile @@ -1,3 +1,4 @@ +FROM busybox:1.35.0-uclibc as busybox FROM docker.dragonflydb.io/dragonflydb/dragonfly LABEL author="zGumeloBr" maintainer="yan.mf@outlook.com" @@ -5,7 +6,7 @@ LABEL author="zGumeloBr" maintainer="yan.mf@outlook.com" LABEL org.opencontainers.image.source="https://github.com/zGumeloBr/pterodactyl-images" LABEL org.opencontainers.image.licenses=MIT -RUN ln -sf /bin/bash /bin/sh +COPY COPY --from=busybox /bin/bash /bin/bash RUN apt -y install iproute2