mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-15 12:53:17 -04:00
10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** installing python2 dev environment ****"
|
|
apt-get install -y \
|
|
build-essential \
|
|
libssl-dev \
|
|
libffi-dev \
|
|
python-dev \
|
|
python-pip
|