Change 'need podman' to 'need docker'
This commit is contained in:
parent
d9274e9ed3
commit
2a48cab6a3
2 changed files with 3 additions and 3 deletions
2
APKBUILD
2
APKBUILD
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: LinuxSquare <linuxsquare@noveria.org>
|
||||
pkgname=pterodactyl-panel-compose
|
||||
pkgver=1.11.10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The Pterodactyl Panel"
|
||||
arch="x86_64"
|
||||
url="https://pterodactyl.io/"
|
||||
|
|
|
@ -9,8 +9,8 @@ command_args="start $(ip a | grep "state UP" -A2 | grep inet | awk '{$1=$1};1 {s
|
|||
|
||||
depend() {
|
||||
need net
|
||||
after podman
|
||||
need podman
|
||||
after docker
|
||||
need docker
|
||||
}
|
||||
|
||||
stop() {
|
||||
|
|
Loading…
Reference in a new issue