Skip to content

Commit

Permalink
update runners with pkg-config
Browse files Browse the repository at this point in the history
Signed-off-by: Anastassios Nanos <[email protected]>
  • Loading branch information
ananos committed Jun 24, 2024
1 parent edbcf84 commit 32f1e08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.gcc-lite-2204
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends build-essential cmake gcc-12 g++-12 ninja-build dh-make \
git-buildpackage \
libxml2-dev libxslt1-dev \
libclang-dev valgrind cppcheck && \
libclang-dev valgrind cppcheck pkg-config && \
apt-get -y clean && \
rm -rf /var/cache/apt /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down
7 changes: 0 additions & 7 deletions dockerImages_build_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
"tags": "lite",
"architecture": ["x86_64", "aarch64"],
"build_level": 1
},
{
"image_filename": "Dockerfile.jetson",
"base_filename" : "Dockerfile.gcc-lite",
"tags": "lite",
"architecture": ["x86_64", "aarch64"],
"build_level": 1
}
],
"output_manifest_tag": "final"
Expand Down

0 comments on commit 32f1e08

Please sign in to comment.