diff options
Diffstat (limited to 'appimage/build-docker-image.sh')
-rwxr-xr-x | appimage/build-docker-image.sh | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/appimage/build-docker-image.sh b/appimage/build-docker-image.sh new file mode 100755 index 000000000..27cbcfb95 --- /dev/null +++ b/appimage/build-docker-image.sh @@ -0,0 +1,24 @@ +#!/bin/sh +# build-docker-image.sh - appimage +# Copyright (C) 2021 g10 Code GmbH +# +# Software engineering by Ingo Klöcker <[email protected]> +# +# This file is part of GnuPG. +# +# GnuPG is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# GnuPG is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see <https://www.gnu.org/licenses/>. +# +# SPDX-License-Identifier: GPL-3.0+ + +docker build -t g10-build-appimage-gnupg:centos7 docker |