Skip to content

Commit e21ac7f

Browse files
authored
1 parent e738d6c commit e21ac7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

files/cloud-init.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ function install_python_and_python_packages() {
6363
pyopenssl \
6464
pytz \
6565
redis \
66-
wheel
66+
wheel \
67+
werkzeug==0.16.0
68+
6769

6870
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
6971

0 commit comments

Comments
 (0)