Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AUSF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-AUSF
Commits
7adf5f8d
Commit
7adf5f8d
authored
Jun 15, 2021
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DOCKER: proper nettle installation
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
a753f634
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile.ausf.rhel8
docker/Dockerfile.ausf.rhel8
+1
-1
docker/Dockerfile.ausf.ubuntu18
docker/Dockerfile.ausf.ubuntu18
+1
-1
No files found.
docker/Dockerfile.ausf.rhel8
View file @
7adf5f8d
...
...
@@ -80,6 +80,7 @@ RUN yum update -y && \
procps-ng \
psmisc \
net-tools \
nettle \
libubsan \
libasan \
liblsan \
...
...
@@ -96,7 +97,6 @@ COPY --from=oai-ausf-builder /openair-ausf/scripts/entrypoint.sh .
WORKDIR /usr/local/lib64
COPY --from=oai-ausf-builder /usr/local/lib64/libpistache.so.0 .
COPY --from=oai-ausf-builder /lib64/libnettle.so.6 .
COPY --from=oai-ausf-builder /lib64/libboost_system.so.1.66.0 .
COPY --from=oai-ausf-builder /lib64/libboost_thread.so.1.66.0 .
COPY --from=oai-ausf-builder /lib64/libboost_date_time.so.1.66.0 .
...
...
docker/Dockerfile.ausf.ubuntu18
View file @
7adf5f8d
...
...
@@ -69,6 +69,7 @@ RUN apt-get update && \
bc \
tshark \
libasan4 \
libnettle6 \
libnghttp2-14 \
libhogweed4 \
libconfig++9v5 \
...
...
@@ -81,7 +82,6 @@ COPY --from=oai-ausf-builder /openair-ausf/build/ausf/build/ausf oai_ausf
COPY --from=oai-ausf-builder /openair-ausf/scripts/entrypoint.sh .
COPY --from=oai-ausf-builder /usr/local/lib/libpistache.so /usr/local/lib/
COPY --from=oai-ausf-builder /usr/lib/x86_64-linux-gnu/libnettle.so.6 /usr/local/lib/
RUN ldconfig
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment