mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
7 lines
73 B
Bash
7 lines
73 B
Bash
#!/bin/bash
|
|
|
|
[[ ! -e /.dockerenv ]] && exit 0
|
|
|
|
set -xe
|
|
|
|
apk add parallel
|