mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-04-27 19:17:01 +00:00
* feat: automation windows pyrdp ping * perf: add pyfreerdp deps --------- Co-authored-by: feng <1304903146@qq.com> Co-authored-by: Eric <xplzv@126.com>
7 lines
269 B
Bash
7 lines
269 B
Bash
#!/bin/sh
|
|
apk add \
|
|
gcc make python3-dev python3 libffi-dev mariadb-dev \
|
|
libc-dev krb5-dev openldap-dev jpeg-dev linux-headers sshpass \
|
|
openssh-client build-base libressl libffi-dev libressl-dev \
|
|
libxslt-dev libxml2-dev xmlsec-dev xmlsec freerdp-dev
|