Closed ghost closed 5 years ago
ok I solved it by adding:
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install pkg-config
like so:
# Setup Memcached
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install pkg-config
RUN DEBIAN_FRONTEND=noninteractive apt-get -y install libmemcached11 libmemcachedutil2 build-essential libmemcached-dev libz-dev libxml2-dev zlib1g-dev libicu-dev g++
Hi I followed the instructions to create and start the docker image/container. Docker is not able to create the image. See the error below. Any ideas why?