Browse Source

docker-compose: Updated `docker-ce` -> `docker`

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
lilik-openwrt-22.03
Gerard Ryan 4 years ago
committed by Daniel Golle
parent
commit
8caf2fea0f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/docker-compose/Makefile

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

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=docker-compose
PKG_VERSION:=1.27.4
PKG_RELEASE:=1
PKG_RELEASE:=2
PYPI_NAME:=docker-compose
PKG_HASH:=5a5690f24c27d4b43dcbe6b3fae91ba680713208e99ee863352b3bae37bcaa83
@ -22,7 +22,7 @@ define Package/docker-compose
CATEGORY:=Utilities
TITLE:=Docker Compose
URL:=https://github.com/docker/compose
DEPENDS+=+docker-ce \
DEPENDS+=+docker \
+python3-light \
+python3-cached-property \
+python3-distro \


Loading…
Cancel
Save