-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Victor Morales <[email protected]>
- Loading branch information
1 parent
7e99454
commit 5944cb8
Showing
4 changed files
with
10 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,6 @@ | ||
ARG VERSION=latest | ||
FROM connectedhomeip/chip-build:${VERSION} | ||
FROM alpine:3.15 | ||
|
||
# Docker dependencies | ||
RUN set -x \ | ||
&& apt-get update \ | ||
&& DEBIAN_FRONTEND=noninteractive apt-get install -fy \ | ||
libclang1-9 \ | ||
libclang-cpp9 \ | ||
&& rm -rf /var/lib/apt/lists/ \ | ||
&& : # last line | ||
|
||
# Latest version of doxygen | ||
RUN set -x \ | ||
&& cd /opt \ | ||
&& wget https://www.doxygen.nl/files/doxygen-1.9.2.linux.bin.tar.gz \ | ||
&& tar xfvz doxygen-1.9.2.linux.bin.tar.gz \ | ||
&& rm doxygen-1.9.2.linux.bin.tar.gz \ | ||
&& ln -s /opt/doxygen-1.9.2/bin/doxygen /usr/bin/ \ | ||
&& : # last line | ||
RUN apk --no-cache add \ | ||
doxygen=1.9.2-r1 \ | ||
graphviz=2.49.3-r0 \ | ||
bash=5.1.8-r0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.5.31 Version bump reason: Upgrade wget package version to 1.20.3-1ubuntu2 | ||
0.5.32 Version bump reason: Reduce size doxygen image |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters