Skip to content
Snippets Groups Projects
Unverified Commit 79832d76 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Add ext/ to Dockerfile and .deb build helper

parent 64bcf7db
No related branches found
No related tags found
No related merge requests found
FROM perl:5.30-slim
COPY bin/ /app/bin/
COPY ext/ /app/ext/
COPY lib/ /app/lib/
COPY Build.PL cpanfile* /app/
......
......@@ -20,7 +20,7 @@ apt-cache dumpavail | dpkg --merge-avail
mkdir -p /src/app
cp -a /orig/Build.PL /orig/Changelog /orig/README.md /src/app
cp -a /orig/bin /orig/lib /src/app
cp -a /orig/bin /orig/ext /orig/lib /src/app
cd /src/app
sed -i 's/sign *=> *1/sign => 0/' Build.PL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment