Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Travel-Status-DE-HAFAS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derf
Travel-Status-DE-HAFAS
Commits
79832d76
Unverified
Commit
79832d76
authored
7 months ago
by
Birte Kristina Friesel
Browse files
Options
Downloads
Patches
Plain Diff
Add ext/ to Dockerfile and .deb build helper
parent
64bcf7db
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-0
1 addition, 0 deletions
Dockerfile
scripts/makedeb-docker-helper
+1
-1
1 addition, 1 deletion
scripts/makedeb-docker-helper
with
2 additions
and
1 deletion
Dockerfile
+
1
−
0
View file @
79832d76
FROM
perl:5.30-slim
COPY
bin/ /app/bin/
COPY
ext/ /app/ext/
COPY
lib/ /app/lib/
COPY
Build.PL cpanfile* /app/
...
...
This diff is collapsed.
Click to expand it.
scripts/makedeb-docker-helper
+
1
−
1
View file @
79832d76
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment