Skip to content

Commit

Permalink
chore: upgrade enchant packages in (Owlbot-controlled) docs Docker image
Browse files Browse the repository at this point in the history
Ubuntu Jammy doesn't have the enchant and libenchant1c2a packages.
So, after googleapis/synthtool#1422 was merged,
which switched the base image of the Dockerfile, it's been unable to
install these packages.
  • Loading branch information
rwhogg committed Oct 17, 2022
1 parent 8bfb505 commit 58310cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"# Install dependencies.\n",
"""\g<0># Spell check related
RUN apt-get update && apt-get install -y dictionaries-common aspell aspell-en \\
hunspell-en-us libenchant1c2a enchant
hunspell-en-us libenchant-2-2 enchant-2
"""
)

Expand Down

0 comments on commit 58310cb

Please sign in to comment.