Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
construct-docker
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
construct-docker
Commits
35db6c77
There was an error fetching the commit references. Please try again later.
Commit
35db6c77
authored
3 years ago
by
Recolic Keghart
Browse files
Options
Downloads
Patches
Plain Diff
runtime-ready
parent
98293e67
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
build/Dockerfile
+3
-1
3 additions, 1 deletion
build/Dockerfile
build/makepkg.sh
+1
-2
1 addition, 2 deletions
build/makepkg.sh
with
4 additions
and
3 deletions
build/Dockerfile
+
3
−
1
View file @
35db6c77
FROM
ubuntu:20.04
RUN
apt update
&&
DEBIAN_FRONTEND
=
"noninteractive"
apt
install
-y
libboost1.71-all-dev libbz2-dev libmagic-dev libnss-db libsodium-dev libssl-dev libgraphicsmagick1-dev libgraphicsmagick-q16-3 libpng-dev libicu-dev libjemalloc-dev liblz4-dev libzstd-dev
# Runtime dependencies
RUN
apt update
&&
DEBIAN_FRONTEND
=
"noninteractive"
apt
install
-y
libssl-dev libsodium-dev libjemalloc-dev libicu-dev libmagic-dev libboost-filesystem1.71-dev libboost-coroutine1.71-dev libboost-chrono1.71-dev libnuma1 libnss-db
COPY
construct-pkg.tar.gz /
RUN
tar
xvzf /construct-pkg.tar.gz
-C
/
&&
rm
/construct-pkg.tar.gz
...
...
This diff is collapsed.
Click to expand it.
build/makepkg.sh
+
1
−
2
View file @
35db6c77
...
...
@@ -3,8 +3,7 @@
function
build-in-docker
()
{
# build time dependencies
apt update
DEBIAN_FRONTEND
=
"noninteractive"
apt
install
-y
autoconf autoconf-archive autoconf2.13 automake autotools-dev libboost1.71-all-dev build-essential git libbz2-dev libmagic-dev libnss-db libsodium-dev libssl-dev libtool shtool xz-utils libgraphicsmagick1-dev libgraphicsmagick-q16-3 libpng-dev libicu-dev libjemalloc-dev liblz4-dev libzstd-dev librocksdb-dev clang llvm-dev
&&
apt update
&&
DEBIAN_FRONTEND
=
"noninteractive"
apt
install
-y
autoconf autoconf-archive autoconf2.13 automake autotools-dev libboost1.71-all-dev build-essential git libbz2-dev libmagic-dev libnss-db libsodium-dev libssl-dev libtool shtool xz-utils libgraphicsmagick1-dev libgraphicsmagick-q16-3 libpng-dev libicu-dev libjemalloc-dev liblz4-dev libzstd-dev librocksdb-dev clang llvm-dev
&&
git clone https://github.com/matrix-construct/construct
&&
cd
construct
&&
./autogen.sh
&&
...
...
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