Skip to content

Commit

Permalink
dist/alpine # Apps2; apk add --no-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Jun 21, 2024
1 parent ca073e5 commit ed1b502
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions distros/src/Dockerfile.apk-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -49,57 +49,62 @@ RUN apk add --no-cache \
##APP################################################
# font-wqy-zenhei@edge
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
apk add firefox
apk add --no-cache firefox

# greybird-gtk-theme
# RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# apk add \
# apk add --no-cache \
# papirus-icon-theme

# locales dconf-cli gtk2-engines-pixbuf x11-xkb-utils
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
apk add \
apk add --no-cache \
tzdata binutils dbus-x11 at-spi2-core xdg-utils

# sakura #@3.19
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
apk add \
apk add --no-cache \
git \
pavucontrol \
thunar geany ristretto gnome-system-monitor

# # flameshot-lib-err; engrampa-mate-deskDeps; ibus-tray-err;
# # pnmixer/clipit-segfault-err; lxapperance-func-err;
# RUN apk add \
# RUN apk add --no-cache \
# ibus flameshot \
# clipit pnmixer lxappearance engrampa

# TODO
# +font; theme-icon-conf;

# # fontconfig>> ttf-dejavu
# RUN apk add --no-cache \
# RUN apk add --no-cache --no-cache \
# ttf-dejavu

# +Apps
# RUN apk add --no-cache \
# RUN apk add --no-cache --no-cache \
# pcmanfm geany ristretto engrampa
# # sakura lxtask lxappearance

# Apps2
# lxtask: none
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
apk add --no-cache \
sakura rofi clipit pnmixer lxappearance

# XFCE4
# plank #none
# rofi clipit pnmixer lxappearance \ #@3.19
# thunar tint2
# xfdesktop4 > xfdesktop @alpine3.19
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
apk add \
apk add --no-cache \
# 2536 kB #18.9 MB > 14.3 MB
xfwm4 xfdesktop \
xfce4-notifyd xfce4-settings xfce4-session

# xrdb font;
RUN apk add xrdb;
RUN apk add --no-cache xrdb;

# HEADLESS
COPY --from=rootfs /rootfs/files1 /
Expand Down

0 comments on commit ed1b502

Please sign in to comment.