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