summaryrefslogtreecommitdiff
path: root/examples/002/Dockerfile
blob: 304abfb6bd7372f2415b17bdc749dd642ed6262b (plain)
1
2
3
4
5
6
7
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