FROM debian:stable-slim RUN apt-get update -y RUN apt-get upgrade -y RUN apt-get install -y git RUN apt-get install -y ruby RUN apt-get install -y zstd RUN git clone --verbose https://github.com/spandx/cache.git /opt/db RUN echo 'Done'