fix(dockerfile): Install add-apt-repository
This commit is contained in:
@@ -15,6 +15,8 @@ WORKDIR /app
|
|||||||
|
|
||||||
# Install git, exiftool
|
# Install git, exiftool
|
||||||
|
|
||||||
|
RUN apt update
|
||||||
|
RUN apt install -y software-properties-common
|
||||||
RUN add-apt-repository ppa:apt-fast/stable
|
RUN add-apt-repository ppa:apt-fast/stable
|
||||||
RUN apt install -y apt-fast
|
RUN apt install -y apt-fast
|
||||||
RUN apt update
|
RUN apt update
|
||||||
|
|||||||
@@ -709,7 +709,7 @@ id="copyright-license-image">""".format(
|
|||||||
# # Cover and Copyright Page
|
# # Cover and Copyright Page
|
||||||
await self.generate_cover_and_copyright_html()
|
await self.generate_cover_and_copyright_html()
|
||||||
await self.generate_about_author_chapter()
|
await self.generate_about_author_chapter()
|
||||||
self.tree = BeautifulSoup(self.template)
|
self.tree = BeautifulSoup(self.template, "lxml")
|
||||||
|
|
||||||
self.generate_toc()
|
self.generate_toc()
|
||||||
for part, content in zip(self.data["parts"], contents):
|
for part, content in zip(self.data["parts"], contents):
|
||||||
|
|||||||
Reference in New Issue
Block a user