Skip to content

Commit

Permalink
dist/x4 +scrot
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 28, 2024
1 parent b0b0c7d commit 49a19e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion distros/src/Dockerfile.apk-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# 2536 kB #18.9 MB > 14.3 MB
apk add --no-cache \
pcmanfm mousepad; \
pcmanfm mousepad scrot; \
match1=$(echo "${VER}" |grep -E "3.1$|3.2$"); \
test -z "$match1" && apk add --no-cache leafpad; \
exit 0;
Expand Down
2 changes: 1 addition & 1 deletion distros/src/Dockerfile.apt-debian
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# git ohmybash # \12.6 MB
# firefox: ubt2204+>> @snap: snap install firefox
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
apt.sh git mousepad; \
apt.sh git mousepad scrot; \
exit 0


Expand Down
2 changes: 1 addition & 1 deletion distros/src/Dockerfile.apt-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# git ohmybash # \12.6 MB
# firefox: ubt2204+>> @snap: snap install firefox
RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
apt.sh git mousepad; \
apt.sh git mousepad scrot; \
exit 0


Expand Down
2 changes: 1 addition & 1 deletion distros/src/Dockerfile.zyp-opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ RUN test "app" != "$TYPE" && exit 0 || echo appInstall;\
# xrdb-font
xrdb git \
# vim, locale, ping; ubt:iptuils-ping; vim 2.2M;
iputils vim \
iputils vim scrot \
# dbus-x11: perp> xfce4-session: err #hand run> xfce4-session: ok
dbus-1-x11; \
exit 0
Expand Down

0 comments on commit 49a19e5

Please sign in to comment.