From 685f897d307646c7e3e67c641b7424d930636eee Mon Sep 17 00:00:00 2001 From: Pete Fotheringham Date: Mon, 2 Sep 2024 08:10:57 +0100 Subject: [PATCH] Add new_build.sh --- src/new_build.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/new_build.sh diff --git a/src/new_build.sh b/src/new_build.sh new file mode 100644 index 0000000..86e393e --- /dev/null +++ b/src/new_build.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +# Slimmed-down Docker build script +# Copyright (c) 2017 Julian Xhokaxhiu +# Copyright (C) 2017-2018 Nicola Corna +# Copyright (C) 2024 Pete Fotheringham +# +# This program 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. +# +# This program 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