feat: migrate all java images from alpine to debian

This commit is contained in:
Softwarenoob
2021-08-22 04:44:01 +03:00
parent 4884c6728b
commit 86a97cf362
7 changed files with 47 additions and 176 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/ash
#!/bin/bash
#
# Copyright (c) 2021 Matthew Penner
@@ -20,7 +20,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
#
# Default the TZ environment variable to UTC.
TZ=${TZ:-UTC}