Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-05-20 17:48:26 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-05-20 17:48:26 +0300
commit211bb538279b2a634a3969936ba05760e595958c (patch)
treea1a99ef092eae63cb4189ea78cc227c5d8176b1b /ci
parentcb581c4245ffd1078fc363238e4d6254861a5064 (diff)
Updating docker images
Diffstat (limited to 'ci')
-rw-r--r--ci/dockerfiles/ubuntu-16.04/Dockerfile2
-rw-r--r--ci/dockerfiles/ubuntu-18.04/Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/dockerfiles/ubuntu-16.04/Dockerfile b/ci/dockerfiles/ubuntu-16.04/Dockerfile
index aac32f83f..2a6da3d76 100644
--- a/ci/dockerfiles/ubuntu-16.04/Dockerfile
+++ b/ci/dockerfiles/ubuntu-16.04/Dockerfile
@@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN \
LC_ALL=en_US.UTF-8 apt-get update -qq \
&& apt-get install -y -qq software-properties-common python3-software-properties \
- && apt-add-repository ppa:remmina-ppa-team/freerdp-daily -y \
+ && apt-add-repository ppa:remmina-ppa-team/remmina-next-daily -y \
&& apt-get update -qq \
&& apt-get install -y -qq build-essential git-core cmake libssl-dev \
libx11-dev libxext-dev libxinerama-dev libxcursor-dev libxdamage-dev \
diff --git a/ci/dockerfiles/ubuntu-18.04/Dockerfile b/ci/dockerfiles/ubuntu-18.04/Dockerfile
index c4bcd88aa..51a6c90e8 100644
--- a/ci/dockerfiles/ubuntu-18.04/Dockerfile
+++ b/ci/dockerfiles/ubuntu-18.04/Dockerfile
@@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN \
LC_ALL=en_US.UTF-8 apt-get update -qq \
&& apt-get install -y -qq software-properties-common python3-software-properties \
- && apt-add-repository ppa:remmina-ppa-team/freerdp-daily -y \
+ && apt-add-repository ppa:remmina-ppa-team/remmina-next-daily -y \
&& apt-add-repository ppa:alexlarsson/flatpak -y \
&& apt-get update -qq \
&& apt-get install -y -qq flatpak-builder flatpak build-essential git-core \