summaryrefslogtreecommitdiff
path: root/examples/003
diff options
context:
space:
mode:
Diffstat (limited to 'examples/003')
-rw-r--r--examples/003/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/003/Dockerfile b/examples/003/Dockerfile
index 1ce1443..c4eaef1 100644
--- a/examples/003/Dockerfile
+++ b/examples/003/Dockerfile
@@ -3,6 +3,7 @@ ENV PACKAGES git ruby zstd
RUN apt-get update -y \
&& apt-get install -y --no-install-recommends $PACKAGES \
&& git clone https://github.com/spandx/cache.git /opt/db \
+ && rm -fr /opt/db/.git \
&& tar --use-compress-program "zstd -19 -T0" -cf /opt/db.tar.zst /opt/db \
&& rm -fr /opt/db
COPY run.sh /run.sh