Skip to content

Commit

Permalink
fixup! add a small comment for linkify-it-py
Browse files Browse the repository at this point in the history
  • Loading branch information
hmenke committed Dec 23, 2023
1 parent f787935 commit 93b6391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Docker/github_ci_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -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
# the following manually installs it and its only dependency uc-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: 1 addition & 1 deletion Docker/openmpi_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
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
# the following manually installs it and its only dependency uc-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 93b6391

Please sign in to comment.