Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
jami-project
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
171
Issues
171
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-project
Commits
c2b821f3
Commit
c2b821f3
authored
Oct 23, 2020
by
Sébastien Blin
Committed by
Adrien Béraud
Oct 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker: ubuntu 18.04 i386 must use g++8
Change-Id: I5a43f4ca5d0c8e43b3f73cb028aeb38c31b16342
parent
2b996eba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
docker/Dockerfile_ubuntu_18.04_i386
docker/Dockerfile_ubuntu_18.04_i386
+10
-1
No files found.
docker/Dockerfile_ubuntu_18.04_i386
View file @
c2b821f3
...
@@ -10,12 +10,18 @@ RUN apt-get update && \
...
@@ -10,12 +10,18 @@ RUN apt-get update && \
RUN apt-get clean
RUN apt-get clean
RUN apt-get update && \
RUN apt-get update && \
apt-get install -y -o Acquire::Retries=10 \
apt-get install -y -o Acquire::Retries=10 \
g++-8 \
gcc-8 \
cpp-8 \
file \
make \
libc6-dev \
libstdc++-8-dev \
git \
git \
autoconf \
autoconf \
automake \
automake \
autopoint \
autopoint \
cmake \
cmake \
libtool \
libdbus-1-dev \
libdbus-1-dev \
libdbus-c++-dev \
libdbus-c++-dev \
libgnutls28-dev \
libgnutls28-dev \
...
@@ -65,6 +71,9 @@ RUN apt-get update && \
...
@@ -65,6 +71,9 @@ RUN apt-get update && \
libssl-dev \
libssl-dev \
libsndfile1-dev
libsndfile1-dev
RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 50
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 50
ADD scripts/build-package-debian.sh /opt/build-package-debian.sh
ADD scripts/build-package-debian.sh /opt/build-package-debian.sh
CMD /opt/build-package-debian.sh
CMD /opt/build-package-debian.sh
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