Commit dc025596 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

move to renovate full

parent 942adb09
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
FROM docker.io/renovate/renovate
FROM docker.io/renovate/renovate:full

COPY install-latest-lts-node.sh /

USER root

RUN chmod +x /install-latest-lts-node.sh && /install-latest-lts-node.sh

USER ubuntu
RUN echo "legacy-peer-deps = true" >> /home/ubuntu/.npmrc
#COPY install-latest-lts-node.sh /
#USER root
#RUN chmod +x /install-latest-lts-node.sh && /install-latest-lts-node.sh
#USER ubuntu