[sonic-slave]: Disable aspell for armhf (#7549)

Read more here: https://bugs.launchpad.net/qemu/+bug/1805913
This commit is contained in:
Kamil Cudnik 2021-05-07 07:11:06 +02:00 committed by GitHub
parent 95a1f7686f
commit f88767b2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -343,6 +343,9 @@ RUN apt-get update && apt-get install -y \
# Aspell is unable to locate the language dictionaries.
# Re-installing aspell-en dictionary to fix it.
RUN apt-get install --reinstall -y aspell-en
# workaround because of https://bugs.launchpad.net/qemu/+bug/1805913, just disable aspell
RUN cp /bin/true /usr/bin/aspell
{%- endif %}
## Config dpkg