Skip to content

Commit

Permalink
chore: upgrade enchant packages in (Owlbot-controlled) docs Docker im…
Browse files Browse the repository at this point in the history
…age (#807)

* chore: upgrade enchant packages in (Owlbot-controlled) docs Docker image

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.

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Mariatta Wijaya <[email protected]>
  • Loading branch information
3 people authored Oct 17, 2022
1 parent 0401816 commit 7d8cf65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kokoro/docker/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV PATH /usr/local/bin:$PATH
# Install dependencies.
# 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
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
apt-transport-https \
Expand Down
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 7d8cf65

Please sign in to comment.