debug
ci/woodpecker/pr/test Pipeline was successful Details
ci/woodpecker/pr/master Pipeline was successful Details
ci/woodpecker/pr/next Pipeline was successful Details

This commit is contained in:
OCram85 2022-10-26 20:13:25 +02:00
parent d64bfa04b5
commit 2a8a953f0d
1 changed files with 17 additions and 17 deletions

View File

@ -14,21 +14,21 @@ RUN \
git config --system credential.helper store && \
echo 'source /usr/share/bash-completion/completions/git' >> /etc/bash.bashrc
RUN \
echo "**** install dev runtimes ****" && \
curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - && \
apt-get install --no-install-recommends -y \
nodejs \
golang-go
RUN \
echo "**** clean up ****" && \
apt-get clean && \
rm -rf \
/tmp/* \
/var/lib/apt/lists/* \
/var/tmp/*
#ADD finalize-codeserver.sh /usr/bin/
#RUN \
# chmod +x /usr/bin/finalize-codeserver.sh
# echo "**** install dev runtimes ****" && \
# curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - && \
# apt-get install --no-install-recommends -y \
# nodejs \
# golang-go
#RUN \
# echo "**** clean up ****" && \
# apt-get clean && \
# rm -rf \
# /tmp/* \
# /var/lib/apt/lists/* \
# /var/tmp/*
ADD finalize-codeserver.sh /usr/bin/
RUN \
chmod +x /usr/bin/finalize-codeserver.sh