7 lines
66 B
Bash
7 lines
66 B
Bash
#!/bin/bash
|
|
|
|
set -c
|
|
|
|
apk add --no-cache postgresql-client
|
|
sleep 5
|