diff --git a/distros/src/Dockerfile.apk-alpine b/distros/src/Dockerfile.apk-alpine index e7d953a..3875f38 100644 --- a/distros/src/Dockerfile.apk-alpine +++ b/distros/src/Dockerfile.apk-alpine @@ -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 @@ -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