Skip to content
Snippets Groups Projects
install-dependencies.sh 189 B
#!/usr/bin/env bash
set -e
set -x

apt-get install -y --no-install-recommends \
	ca-certificates \
	build-essential \
	git \
	zip \
	unzip \
	wget \
	fastjar \
	python \
	python3 \
	golang