summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-08-11 19:13:36 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-08-11 19:13:36 +0200
commit79832d76067e35736da9d9d912a583a29c2e446d (patch)
tree7faef9552cf6bd900846bc6af57baced253f09c5 /Dockerfile
parent64bcf7db6258ff116a160f24a63d5a3fdd62ffa3 (diff)
Add ext/ to Dockerfile and .deb build helper
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 334951d..5a9318f 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/