This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "magento/product-community-edition", | |
"description": "eCommerce Platform for Growth (Community Edition)", | |
"keywords": [], | |
"homepage": "", | |
"version": "2.4.3", | |
"version_normalized": "2.4.3.0", | |
"license": ["OSL-3.0", "AFL-3.0"], | |
"authors": [], | |
"type": "metapackage", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## install docker | |
dpkg-query -l docker >/dev/null || { | |
curl -fsSL https://get.docker.com -o get-docker.sh | |
bash get-docker.sh | |
mkdir -p ~/.docker/cli-plugins/ | |
curl -SL https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64 \ | |
-o ~/.docker/cli-plugins/docker-compose |
OlderNewer