We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d408bc commit 4821673Copy full SHA for 4821673
package/Dockerfile
@@ -60,7 +60,7 @@ RUN zypper --non-interactive install --no-recommends \
60
&& zypper clean --all \
61
&& rm -rf /usr/lib*/ruby/gems/*/cache/ \
62
&& rm -rf /usr/share/doc/ \
63
- && rpm -e --nodeps kbd kbd-legacy \
+ && rpm -e --nodeps kbd \
64
&& find /usr/lib/locale/* -maxdepth 1 | grep -v -E "(en_US|cs_CZ|es_ES|de_DE|C.utf8)" | xargs rm -rf \
65
&& find /usr/share/locale -name "*.mo" -delete
66
0 commit comments