Merge branch '14510-cwl-perf' refs #14510
[arvados.git] / tools / arvbox / lib / arvbox / docker / createusers.sh
index 3296a3cd178779cb956d87250748a71e9ae8d8ad..a4689f004aeebab31c71f0dbe35833ec99df7b89 100755 (executable)
@@ -19,6 +19,7 @@ if ! grep "^arvbox:" /etc/passwd >/dev/null 2>/dev/null ; then
             --uid $HOSTUID --gid $HOSTGID \
             --non-unique \
             --groups docker \
+            --shell /bin/bash \
             arvbox
     useradd --home-dir /var/lib/arvados/git --uid $HOSTUID --gid $HOSTGID --non-unique git
     useradd --groups docker crunch