Skip to content

Commit

Permalink
zyp.sh glibc-locale;
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Jun 25, 2024
1 parent 3ab27bc commit 7988c33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion distros/src/Dockerfile.zyp-opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,10 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\

# 01: chmod u+s /bin/ping
# 02: sudo setcap cap_net_raw+p /bin/ping #setcap 无指令
RUN chmod u+s /bin/ping;
# glibc-locale: setlocale ok;
# lanpacks: rhel>> yum install langpacks-zh_CN;
RUN chmod u+s /bin/ping; \
zyp.sh glibc-locale;

# dbus-x11: not existed >> @dbus-1 installd.
# dbg: xfce4-session>> dbus-launch not permitted.
Expand Down

0 comments on commit 7988c33

Please sign in to comment.