mirror of
https://github.com/ValveSoftware/GameNetworkingSockets.git
synced 2026-05-29 16:20:34 +00:00
793df49b72
Signed-off-by: Steven Noonan <steven@valvesoftware.com>
10 lines
80 B
Bash
Executable File
10 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ "$IMAGE" = "alpine" ]
|
|
then
|
|
apk update
|
|
apk add bash
|
|
fi
|
|
|
|
exit 0
|