FROM ubuntu:jammy COPY rippled_*_amd64.deb /tmp/ RUN apt-get update && \ apt-get install -y --no-install-recommends /tmp/rippled_*_amd64.deb && \ rm -f /tmp/*.deb && \ rm -rf /var/lib/apt/lists/* RUN <