From f054673c5e0bc224f0c614e9a7d3c2d3cf78c5c6 Mon Sep 17 00:00:00 2001 From: Niels V Date: Wed, 23 Mar 2022 16:45:19 +0100 Subject: [PATCH] drop bower fixes #25 , this is a breaking change --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 29ad0ea..58f4932 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,7 @@ RUN wget -qO- https://deb.nodesource.com/setup_16.x > node_setup.sh RUN bash node_setup.sh RUN apt-get -y install nodejs RUN npm install -g npm@8.3.0 -# Install bower -RUN npm install -g bower@1.8.13 -RUN echo '{ "allow_root": true }' > /root/.bowerrc + # Install yarn RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list