summaryrefslogtreecommitdiff
path: root/examples/002
diff options
context:
space:
mode:
Diffstat (limited to 'examples/002')
-rw-r--r--examples/002/Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/002/Dockerfile b/examples/002/Dockerfile
new file mode 100644
index 0000000..f875871
--- /dev/null
+++ b/examples/002/Dockerfile
@@ -0,0 +1,8 @@
+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
+WORKDIR /opt