-
Notifications
You must be signed in to change notification settings - Fork 717
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jenkins: build tarball in Docker container
Due to build issues with libldtl and/or Autotools in Ubuntu:22.04, perform the build within a Docker container running Ubuntu:18.04.
- Loading branch information
1 parent
71ba09e
commit 2a6f20f
Showing
2 changed files
with
25 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
FROM ubuntu:18.04 | ||
|
||
RUN apt-get update && apt-get install -y \ | ||
gcc make automake autoconf m4 pkg-config libtool flex bison valgrind \ | ||
check libbz2-dev libcurl4-openssl-dev libjson-c-dev libmilter-dev \ | ||
libncurses5-dev libpcre2-dev libssl-dev libxml2-dev zlib1g-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters