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
parent
commit
727c01a053
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      utils/docker-compose/Makefile

+ 2
- 3
utils/docker-compose/Makefile View File

@ -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 \


Loading…
Cancel
Save