Adds basic container setup with pipeline #1

Merged
OCram85 merged 18 commits from woodpecker into master 2022-11-07 16:01:31 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 6221565fa1 - Show all commits

View File

@ -16,9 +16,9 @@ RUN \
RUN \
echo "**** install dev runtimes ****" && \
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - && \
#curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - && \
# update already called by nodesource install script
# apt-get update && \
apt-get update && \
apt-get install -y \
# let the user install nodejs to save 800MB in image
# nodejs \