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>2019-09-23 01:44:16 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-09-23 01:44:16 +0300
commit1e7774c1e14b6e25180ac8f2ad63748a4ce12608 (patch)
treeb8abdbceb4dcfdbe6fa459e2ae575c2be9ec4171 /ci
parentf3e14634c4df889204568b3383c72ddc7206c220 (diff)
Adding wget and using remmina image for the flatpak
Diffstat (limited to 'ci')
-rw-r--r--ci/dockerfiles/ubuntu-16.04/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/dockerfiles/ubuntu-16.04/Dockerfile b/ci/dockerfiles/ubuntu-16.04/Dockerfile
index dd77e55df..10f64bf90 100644
--- a/ci/dockerfiles/ubuntu-16.04/Dockerfile
+++ b/ci/dockerfiles/ubuntu-16.04/Dockerfile
@@ -23,6 +23,6 @@ RUN \
libavahi-ui-gtk3-dev libvncserver-dev libappindicator3-dev intltool \
libsecret-1-dev libsodium-dev libwebkit2gtk-4.0-dev libsystemd-dev \
libsoup2.4-dev libjson-glib-dev libavresample-dev freerdp2-dev \
- libspice-protocol-dev libspice-client-gtk-3.0-dev libfuse-dev \
+ libspice-protocol-dev libspice-client-gtk-3.0-dev libfuse-dev wget \
&& apt autoremove -y \
&& apt clean -y