Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Web Hosting EKS - PHP 8.4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OTDI Web Hosting
Container Images
Web Hosting EKS - PHP 8.4
Commits
09bd9add
Commit
09bd9add
authored
1 year ago
by
Edward Hicks
Browse files
Options
Downloads
Patches
Plain Diff
try upgrading yaz
parent
910642c4
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
+2
-2
2 additions, 2 deletions
Dockerfile
usr/local/src/yaz-5.34.0.tar.gz
+3
-0
3 additions, 0 deletions
usr/local/src/yaz-5.34.0.tar.gz
with
5 additions
and
2 deletions
Dockerfile
+
2
−
2
View file @
09bd9add
...
...
@@ -18,8 +18,8 @@ RUN yum -y install glibc-devel ncurses-devel libzip-devel
# External library builds
COPY
usr/local/src/ /usr/local/src/
WORKDIR
/usr/local/src
RUN
tar
zxf yaz-
5.31.1
.tar.gz
&&
\
cd
yaz-
5.31.1
&&
\
RUN
tar
zxf yaz-
*
.tar.gz
&&
\
cd
yaz-
*
/
&&
\
./configure
&&
\
CORECOUNT
=
$(
cat
/proc/cpuinfo|egrep
'^processor'
|wc
-l
)
nice
make
-j
$((
$CORECOUNT
+
1
))
&&
\
make
install
...
...
This diff is collapsed.
Click to expand it.
usr/local/src/yaz-5.3
1.1
.tar.gz
→
usr/local/src/yaz-5.3
4.0
.tar.gz
LFS
+
3
−
0
View file @
09bd9add
No preview for this file type
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