summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-09-29 08:09:06 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-09-29 08:09:06 +0200
commita5533a070ec30bb87e5874519f20a4101ba4a8aa (patch)
tree80340c8ed4753304f731786e2a5d5fa52a0a458d /Dockerfile
parentafc61ff39f9d9a3e95aecd545be79c5f0f56f606 (diff)
update Dockerfile (we also need ext)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index b41cf71..1b1d2c1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,7 @@
FROM perl:5.30-slim
COPY bin/ /app/bin/
+COPY ext/ /app/ext/
COPY lib/ /app/lib/
COPY Build.PL cpanfile* /app/