Skip to content

Commit

Permalink
add a small comment for linkify-it-py
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Dec 22, 2023
1 parent 29ed593 commit f787935
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Docker/github_ci_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
apt-get autoclean -y && \
rm -rf /var/cache/apt/* /var/lib/apt/lists/*

# linkify-it-py (required by sphinx doc build) is not available in Ubuntu 22.04 as package
# the following manually installs it and its only dependency micro-py
RUN mkdir -p /src && cd /src \
&& curl -LOOO http://archive.ubuntu.com/ubuntu/pool/universe/u/uc-micro-py/uc-micro-py_1.0.1{-3.dsc,.orig.tar.xz,-3.debian.tar.xz} \
&& dpkg-source -x uc-micro-py_1.0.1-3.dsc \
Expand Down
2 changes: 2 additions & 0 deletions Docker/openmpi_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
apt-get autoclean -y && \
rm -rf /var/cache/apt/* /var/lib/apt/lists/*

# linkify-it-py (required by sphinx doc build) is not available in Ubuntu 22.04 as package
# the following manually installs it and its only dependency micro-py
RUN mkdir -p /src && cd /src \
&& curl -LOOO http://archive.ubuntu.com/ubuntu/pool/universe/u/uc-micro-py/uc-micro-py_1.0.1{-3.dsc,.orig.tar.xz,-3.debian.tar.xz} \
&& dpkg-source -x uc-micro-py_1.0.1-3.dsc \
Expand Down

0 comments on commit f787935

Please sign in to comment.