SystemRage / py-kms

KMS Server Emulator written in Python
The Unlicense
2.04k stars 618 forks source link

GCC and python3-dev is missing #155

Open liu1084 opened 3 months ago

liu1084 commented 3 months ago
    apk add --no-cache --update \
    bash \
    gcc \
    python3-dev \
    py3-argparse \
    py3-flask \
    python3-dev \
    musl-dev \
    py3-pygments \
    python3-tkinter \
    sqlite-libs \
    py3-pip
simonmicro commented 3 months ago

Hi, why is it missing? Does the compilation fails or something at runtime?