alpine-repo/sakamoto/docker-without-libnetwork/docker-without-libnetwork.p...

6 lines
50 B
Bash

#!/bin/sh
addgroup -S docker 2>/dev/null
exit 0