8 lines
104 B
Bash
Executable File
8 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -xv
|
|
|
|
cd -P "$(dirname "$(readlink -f "$0")" )"
|
|
|
|
podman build -f Dockerfile -t fsg-base
|