Adds basic container setup with pipeline #1

Merged
OCram85 merged 18 commits from woodpecker into master 2022-11-07 16:01:31 +01:00
Showing only changes of commit 7abd631b99 - Show all commits

View File

@ -2,7 +2,7 @@
echo "**** install dev runtimes ****"
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash -
apt-get install -y \
apt-get install --no-install-recommends -y \
nodejs \
golang-go