Skip to content

Commit 4821673

Browse files
committed
Package "kbd-legacy" is not preinstalled anymore
1 parent 1d408bc commit 4821673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ RUN zypper --non-interactive install --no-recommends \
6060
&& zypper clean --all \
6161
&& rm -rf /usr/lib*/ruby/gems/*/cache/ \
6262
&& rm -rf /usr/share/doc/ \
63-
&& rpm -e --nodeps kbd kbd-legacy \
63+
&& rpm -e --nodeps kbd \
6464
&& find /usr/lib/locale/* -maxdepth 1 | grep -v -E "(en_US|cs_CZ|es_ES|de_DE|C.utf8)" | xargs rm -rf \
6565
&& find /usr/share/locale -name "*.mo" -delete
6666

0 commit comments

Comments
 (0)