Switch to the user created with adduser on Alpine

Switch to the user created with adduser on Alpine #

# docker run -it alpine sh
/ # whoami
root
/ # adduser -D testuser
/ # su -l testuser
e10b6a284c01:~$ whoami
testuser