5 lines
88 B
Bash
5 lines
88 B
Bash
#!/bin/sh
|
|
|
|
apk add py3-pip bash
|
|
pip3 install docker flask flask-login requests gunicorn
|