diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-29 08:09:06 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-29 08:09:06 +0200 |
commit | a5533a070ec30bb87e5874519f20a4101ba4a8aa (patch) | |
tree | 80340c8ed4753304f731786e2a5d5fa52a0a458d /Dockerfile | |
parent | afc61ff39f9d9a3e95aecd545be79c5f0f56f606 (diff) |
update Dockerfile (we also need ext)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/ |