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