Skip to content

Commit

Permalink
zombie tester image update
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Oct 11, 2024
1 parent 419306d commit a7e618f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zombienet/docker/zombie_tester.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,8 @@ RUN install_packages \
libseccomp2 \
libatomic1 \
ssh

# temporary fix for libc6 (gcc-13)
# TODO: remove when CI swithed to trixie
RUN echo "deb http://deb.debian.org/debian/ trixie main" | tee -a /etc/apt/sources.list && apt update
RUN apt install -y libc6 libstdc++6 libgcc-s1 -t trixie

0 comments on commit a7e618f

Please sign in to comment.