diff --git a/custom/testing/debian-11.Dockerfile b/custom/testing/debian-11.Dockerfile index a9bf8f0..28dad8f 100644 --- a/custom/testing/debian-11.Dockerfile +++ b/custom/testing/debian-11.Dockerfile @@ -1,8 +1,27 @@ -FROM debian:12 +FROM debian:11 COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc +COPY golden-pillar-tree golden-pillar-tree +COPY golden-state-tree golden-state-tree -RUN apt update -y \ - && apt install -y apt-utils gnupg jq awscli python3 python3-venv python3-pip \ - build-essential devscripts debhelper bash-completion git patchelf curl rustc \ - wget +RUN <