Skip to content

Commit

Permalink
dist/deb # firefox-esr
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Nov 3, 2024
1 parent a7042c7 commit 2729da9
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions distros/src/Dockerfile.apt-debian
Original file line number Diff line number Diff line change
Expand Up @@ -205,16 +205,20 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
apt.sh git mousepad scrot; \
exit 0

# firefox-esr
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
apt.sh firefox-esr; \
exit 0

# 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 ; \
\
rm -f /usr/share/backgrounds/greybird.svg;
# RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# apt.sh \
# greybird-gtk-theme \
# fonts-wqy-microhei ; \
# \
# rm -f /usr/share/backgrounds/greybird.svg;


# HEADLESS
Expand Down

0 comments on commit 2729da9

Please sign in to comment.