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>2023-09-29 21:05:32 +0300
committerbhatman1441 <blackhat1441@protonmail.com>2023-09-29 21:05:32 +0300
commit102c984bfb2634ce82fb820f9a3af970daf5447c (patch)
tree9716786f79ab0f15f17c3ac1161461d64c2f09e0 /ci
parent31228373238e1e491b75dce75f5b4eea48b0c6be (diff)
Update Ubuntu 22.04 Dockerfile to install snapcraft
Diffstat (limited to 'ci')
-rw-r--r--ci/dockerfiles/ubuntu-22.04/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/dockerfiles/ubuntu-22.04/Dockerfile b/ci/dockerfiles/ubuntu-22.04/Dockerfile
index 1b7246e6e..3d7a977c4 100644
--- a/ci/dockerfiles/ubuntu-22.04/Dockerfile
+++ b/ci/dockerfiles/ubuntu-22.04/Dockerfile
@@ -10,11 +10,11 @@ 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 flatpak-builder flatpak build-essential git-core \
+ && apt install -y -qq snapcraft 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 \
libcups2-dev libgcrypt20-dev libgnutls28-dev \