Skip to content

Commit

Permalink
dist/deb # deb_none: leafpad # deb_none: language-pack-gnome-zh-hans
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Oct 21, 2024
1 parent 6fd8045 commit 8cc4b9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions distros/src/Dockerfile.apt-debian
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ RUN \
# dropbear-bin dropbear-run openssh-sftp-server lftp jq;

# xrdb; +leafpad mousepad@app
# deb_none: leafpad
RUN \
apt.sh x11-xserver-utils leafpad ; \
apt.sh x11-xserver-utils ; \
exit 0


Expand Down Expand Up @@ -186,10 +187,11 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\

# FONT, THEME, ICON
# font-ttf: @win:msyh.zip> fonts-wqy-microhei
# deb_none: language-pack-gnome-zh-hans
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
apt.sh \
greybird-gtk-theme \
fonts-wqy-microhei language-pack-gnome-zh-hans; \
fonts-wqy-microhei ; \
\
rm -f /usr/share/backgrounds/greybird.svg;

Expand Down

0 comments on commit 8cc4b9e

Please sign in to comment.