dda-devops-build/infrastructure/lein/image/resources/install.sh
2021-05-07 18:29:09 +02:00

13 lines
No EOL
233 B
Bash
Executable file

#!/bin/bash
set -eux
function main() {
mkdir -p /usr/share/man/man1
apt update && apt -qqy install openjdk-11-jre-headless
npm install -g --save-dev shadow-cljs
cleanupDocker
}
source /tmp/install_functions.sh
main