4 lines
112 B
Bash
Executable file
4 lines
112 B
Bash
Executable file
#!/bin/sh
|
|
|
|
podman rm -f dev
|
|
podman build --build-arg SSH_KEY="$(cat ~/.ssh/id_ed25519.pub)" -t debian-dev-env .
|