Memcached – Docker not able to run nodejs npm
When I run below commands in a Dockerfile: FROM ruby:2.3 RUN apt-get update RUN apt-get install nodejs npm -y RUN apt-get install vim -y RUN apt-get install memcached -y I get below error: Sending build context to Docker daemon 29.74MB…