Skip to content

Commit 4bfc4d2

Browse files
committed
dist/alpine +engrampa
1 parent 76a9bab commit 4bfc4d2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

distros/src/Dockerfile.apk-alpine

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
125125

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

137138
# Apps2
138-
# lxtask: none
139+
# alpine_none: plank
139140
# sakura #@3.19
140-
# plank #none
141+
# lxtask: none
141142
# rofi clipit pnmixer lxappearance \ #@3.19
142143
# thunar tint2
143144
# v3.13: +rofi clipit pnmixer lxappearance
144145
# pnmixer> pasystray
145146
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
146-
test "3.13" == "${VER}" && apk add --no-cache rofi clipit pasystray xrandr lxappearance; \
147-
test "3.19" == "${VER}" && apk add --no-cache sakura rofi clipit pasystray xrandr lxappearance; \
147+
test "3.13" == "${VER}" && apk add --no-cache rofi clipit pasystray xrandr lxappearance engrampa; \
148+
test "3.19" == "${VER}" && apk add --no-cache sakura rofi clipit pasystray xrandr lxappearance engrampa; \
148149
exit 0;
149150

150151
# XFCE4

0 commit comments

Comments
 (0)