summaryrefslogtreecommitdiffstats
path: root/ci/dockerfiles/gnome-3-28-1804/Dockerfile
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 17:06:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 17:06:32 +0000
commit2dad5357405ad33cfa792f04b3ab62a5d188841e (patch)
treeb8f8893942060fe3cfb04ac374cda96fdfc8f453 /ci/dockerfiles/gnome-3-28-1804/Dockerfile
parentInitial commit. (diff)
downloadremmina-upstream/1.4.34+dfsg.tar.xz
remmina-upstream/1.4.34+dfsg.zip
Adding upstream version 1.4.34+dfsg.upstream/1.4.34+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ci/dockerfiles/gnome-3-28-1804/Dockerfile')
-rw-r--r--ci/dockerfiles/gnome-3-28-1804/Dockerfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/ci/dockerfiles/gnome-3-28-1804/Dockerfile b/ci/dockerfiles/gnome-3-28-1804/Dockerfile
new file mode 100644
index 0000000..8346f8f
--- /dev/null
+++ b/ci/dockerfiles/gnome-3-28-1804/Dockerfile
@@ -0,0 +1,14 @@
+FROM docker.io/ubuntudesktop/gnome-3-28-1804:latest
+
+LABEL description="Bootstrap image used to build the Remmina snap with" \
+ maintainer="Antenore Gatta <antenore@simbiosi.org>" \
+ vendor="Remmina Project" \
+ name="org.remmina.Remmina.images.gnome-3-28-1804"
+
+# Set noninteractive
+ENV DEBIAN_FRONTEND noninteractive
+
+RUN \
+ LC_ALL=en_US.UTF-8 apt-get -y update -qq \
+ && apt-get autoremove -y \
+ && apt-get clean -y