Skip to content

Commit

Permalink
dist/alpine +engrampa
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Oct 28, 2024
1 parent 76a9bab commit 4bfc4d2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions distros/src/Dockerfile.apk-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\

# # flameshot-lib-err; engrampa-mate-deskDeps; ibus-tray-err;
# # pnmixer/clipit-segfault-err; lxapperance-func-err;
# alpine_none: flameshot
# RUN apk add --no-cache \
# ibus flameshot \
# clipit pnmixer lxappearance engrampa
Expand All @@ -135,16 +136,16 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# # sakura lxtask lxappearance

# Apps2
# lxtask: none
# alpine_none: plank
# sakura #@3.19
# plank #none
# lxtask: none
# rofi clipit pnmixer lxappearance \ #@3.19
# thunar tint2
# v3.13: +rofi clipit pnmixer lxappearance
# pnmixer> pasystray
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
test "3.13" == "${VER}" && apk add --no-cache rofi clipit pasystray xrandr lxappearance; \
test "3.19" == "${VER}" && apk add --no-cache sakura rofi clipit pasystray xrandr lxappearance; \
test "3.13" == "${VER}" && apk add --no-cache rofi clipit pasystray xrandr lxappearance engrampa; \
test "3.19" == "${VER}" && apk add --no-cache sakura rofi clipit pasystray xrandr lxappearance engrampa; \
exit 0;

# XFCE4
Expand Down

0 comments on commit 4bfc4d2

Please sign in to comment.