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:
authorbhatman1441 <blackhat1441@protonmail.com>2024-01-05 17:30:38 +0300
committerbhatman1441 <blackhat1441@protonmail.com>2024-01-05 17:30:38 +0300
commit43e9ff88cab4ec6140dc113ae6e25bd304901641 (patch)
tree38435f27aa0d2709362faa40c5d35cb35f85a5c0 /ci
parente811ce031c49a7a531e951bbbad9b8c78ebbd49d (diff)
Update ubuntu 22.04 dockerfile and use ubuntu 22.04 image for ci tests
Diffstat (limited to 'ci')
-rw-r--r--ci/dockerfiles/ubuntu-22.04/Dockerfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/ci/dockerfiles/ubuntu-22.04/Dockerfile b/ci/dockerfiles/ubuntu-22.04/Dockerfile
index 3d7a977c4..8ad5b6008 100644
--- a/ci/dockerfiles/ubuntu-22.04/Dockerfile
+++ b/ci/dockerfiles/ubuntu-22.04/Dockerfile
@@ -10,13 +10,12 @@ 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-get install -y -qq software-properties-common python3-software-properties \
&& apt-add-repository ppa:remmina-ppa-team/remmina-next-daily -y \
- && apt-add-repository ppa:alexlarsson/flatpak -y \
&& apt-get update -qq \
- && apt install -y -qq snapcraft flatpak-builder flatpak build-essential git-core \
+ && apt install -y -qq flatpak-builder flatpak build-essential git-core \
cmake curl freerdp2-dev intltool libappindicator3-dev libasound2-dev \
- libavahi-ui-gtk3-dev libavcodec-dev libavresample-dev libavutil-dev \
+ libavahi-ui-gtk3-dev libavcodec-dev libavutil-dev \
libcups2-dev libgcrypt20-dev libgnutls28-dev \
libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev libgtk-3-dev \
libjpeg-dev libjson-glib-dev libpcre2-8-0 libpcre2-dev libpulse-dev \