mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-15 04:44:12 +00:00
perf: dockerfile add libx11-dev (#12133)
Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
parent
8f309dee92
commit
9cc6d6a9af
@ -75,7 +75,8 @@ ENV LANG=zh_CN.UTF-8 \
|
||||
|
||||
ARG DEPENDENCIES=" \
|
||||
libjpeg-dev \
|
||||
libxmlsec1-openssl"
|
||||
libxmlsec1-openssl \
|
||||
libx11-dev"
|
||||
|
||||
ARG TOOLS=" \
|
||||
ca-certificates \
|
||||
|
Loading…
Reference in New Issue
Block a user