Skip to content

Commit

Permalink
dist/alpine: @edge/community
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Oct 28, 2024
1 parent 09b4775 commit ae37c0e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions distros/src/Dockerfile.apk-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,11 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# alpine_none: librime-data-wubi
# ibus-gtk2,3,4
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
apk add --no-cache \
domain="mirrors.tuna.tsinghua.edu.cn"; \
echo "http://$domain/alpine/edge/community" >> /etc/apk/repositories; \
\
# \12.3 MB (默认不含输入法: IBus/Fcitx)
# \12.3 MB (默认不含输入法: IBus/Fcitx); @edge/community
apk add --no-cache \
ibus ibus-gtk2 ibus-gtk3 ibus-rime ibus-libpinyin ; \
exit 0

Expand Down

0 comments on commit ae37c0e

Please sign in to comment.