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>
|
# Maintainer: LinuxSquare <linuxsquare@noveria.org>
|
||||||
pkgname=pterodactyl-panel-compose
|
pkgname=pterodactyl-panel-compose
|
||||||
pkgver=1.11.10
|
pkgver=1.11.10
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="The Pterodactyl Panel"
|
pkgdesc="The Pterodactyl Panel"
|
||||||
arch="x86_64"
|
arch="x86_64"
|
||||||
url="https://pterodactyl.io/"
|
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() {
|
depend() {
|
||||||
need net
|
need net
|
||||||
after podman
|
after docker
|
||||||
need podman
|
need docker
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
|
Loading…
Reference in a new issue