[sonic-slave]: Disable aspell on armhf (#7550)
Read more here: https://bugs.launchpad.net/qemu/+bug/1805913
This commit is contained in:
parent
8ceec5c843
commit
43995ab270
@ -366,6 +366,9 @@ RUN apt-get update && apt-get install -y \
|
|||||||
# Aspell is unable to locate the language dictionaries.
|
# Aspell is unable to locate the language dictionaries.
|
||||||
# Re-installing aspell-en dictionary to fix it.
|
# Re-installing aspell-en dictionary to fix it.
|
||||||
RUN apt-get install --reinstall -y aspell-en
|
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 %}
|
{%- endif %}
|
||||||
|
|
||||||
## Config dpkg
|
## Config dpkg
|
||||||
|
Reference in New Issue
Block a user