Skip to content

Commit

Permalink
docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Mar 13, 2024
1 parent b5474be commit 1613cd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion internal/mkstudent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ yum -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel wget mlocate emacs na

yum -y install docker

pip3 install docker-compose
#pip3 install docker-compose

curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

systemctl start docker

Expand Down

0 comments on commit 1613cd6

Please sign in to comment.