[sonic-slave]: Disable aspell on armhf (#7550)

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

View File

@ -366,6 +366,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