Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zGumeloBr committed May 5, 2024
1 parent 87e8153 commit c64e84a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dragonflydb/latest/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM busybox:1.35.0-uclibc as busybox
FROM docker.dragonflydb.io/dragonflydb/dragonfly

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

Expand Down

0 comments on commit c64e84a

Please sign in to comment.