Skip to content

Commit

Permalink
debian 12: include python3-pygccxml
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Müller <[email protected]>
  • Loading branch information
marcusmueller committed May 16, 2024
1 parent f65016e commit 2a30b95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/ci-debian-12-3.10/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:12
LABEL maintainer="[email protected]"

ENV security_updates_as_of 2023-08-30
ENV security_updates_as_of 2024-05-17

# Prepare distribution
RUN DEBIAN_FRONTEND=noninteractive \
Expand Down Expand Up @@ -99,6 +99,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
python3-pytest \
python3-yaml \
python3-zmq \
python3-pygccxml \
&& apt-get clean \
&& apt-get autoclean

Expand Down

0 comments on commit 2a30b95

Please sign in to comment.