Browse Source

feat(configure): add `docker-compose`

pull/2433/head
Harry 3 months ago committed by GitHub
parent
commit
754fb37d06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      sh/debian/configure.sh

2
sh/debian/configure.sh diff.vendored

@ -138,7 +138,7 @@ EOF
sed -i '/swap/d' /etc/fstab
# Docker
curl -fsSL https://get.docker.com -o get-docker.sh && bash get-docker.sh
curl -fsSL https://get.docker.com -o get-docker.sh && bash get-docker.sh && apt-get -y install docker-compose
# NodeJS
curl -fsSL https://deb.nodesource.com/setup_20.x | bash && apt-get install -y nodejs

Loading…
Cancel
Save