Skip to content

Commit

Permalink
Created new branch (I hate you dragonfly)
Browse files Browse the repository at this point in the history
  • Loading branch information
zGumeloBr committed May 5, 2024
1 parent b96300a commit 87e8153
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dragonflydb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
- coding
paths:
- dragonflydb/**

Expand Down
4 changes: 4 additions & 0 deletions dragonflydb/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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

RUN apt -y install iproute2

RUN useradd -m -d /home/container -s /bin/bash container

USER container
Expand Down

0 comments on commit 87e8153

Please sign in to comment.