Skip to content

Commit

Permalink
add usrmerge to zombie-builder build step
Browse files Browse the repository at this point in the history
  • Loading branch information
qdrvm-ci committed Jun 16, 2024
1 parent b49dbda commit 41af97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zombienet/docker/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ COPY zombienet-versions.txt /home/nonroot/zombienet-versions.txt
ENV PATH=/home/nonroot/bin:$PATH

RUN apt-get update && \
apt-get install -y --no-install-recommends software-properties-common curl gpg gpg-agent wget nano && \
apt-get install -y --no-install-recommends software-properties-common curl gpg gpg-agent wget nano usrmerge && \
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg && \
echo \
"deb http://deb.debian.org/debian/ experimental main" | tee -a /etc/apt/sources.list.d/docker.list > /dev/null && \
Expand Down

0 comments on commit 41af97e

Please sign in to comment.