Skip to content
Snippets Groups Projects
Commit ee07da61 authored by Jenkins's avatar Jenkins
Browse files

submodules: update nightly branch

parents 3745798c d18e01b3
No related branches found
No related tags found
No related merge requests found
client-gnome @ 89615abf
Subproject commit ca5e02b739c5287aeaf8fe3ccfe31afc285e46b9 Subproject commit 89615abfd1ad7de7c548704ce1ddaa7a1825b40d
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment