Skip to content

Commit 130570a

Browse files
committed
Merge branch '12.0-celm' into 16.0-celm
2 parents 6f167ea + 42f4450 commit 130570a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sudo apt-get install git python3-pip build-essential wget python3-setuptools -y
2727
sudo -H pip3 install virtualenv
2828
virtualenv venv -p /usr/bin/python3
2929
source venv/bin/activate
30-
pip3 install copier invoke pre-commit docker==6.0.0
30+
pip3 install copier==8.1.0 invoke pre-commit docker==6.0.0
3131
pip3 install requests==2.28.1
3232

3333
sudo groupadd -f docker

0 commit comments

Comments
 (0)