8 lines
72 B
Bash
8 lines
72 B
Bash
![]() |
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
apk add --update \
|
||
|
python \
|
||
|
python-dev \
|
||
|
py-pip
|