Browse Source
Merge pull request #13779 from bobafetthotmail/patch-1
docker-compose: move to Utilities in menuconfig
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
3 deletions
-
utils/docker-compose/Makefile
|
|
@ -18,9 +18,8 @@ include ../../lang/python/python3-package.mk |
|
|
|
PYTHON3_PKG_SETUP_ARGS:= |
|
|
|
|
|
|
|
define Package/docker-compose |
|
|
|
SECTION:=lang |
|
|
|
CATEGORY:=Languages |
|
|
|
SUBMENU:=Python |
|
|
|
SECTION:=utils |
|
|
|
CATEGORY:=Utilities |
|
|
|
TITLE:=Docker Compose |
|
|
|
URL:=https://github.com/docker/compose |
|
|
|
DEPENDS+=+docker-ce \
|
|
|
|