Refactor Docker setup to support multi-architecture builds and update base image to Alpine

Signed-off-by: Stephen Simpson <ssimpson89@users.noreply.github.com>
This commit is contained in:
Stephen Simpson
2025-03-20 09:04:10 -05:00
parent 7a4f31ec7e
commit a05a8835f4
3 changed files with 34 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Set terminal type
export TERM=xterm-256color