docker-library/memcached

Fixing in Dockerfile

thatsk opened this issue · 2 comments

Hello team due to some issue we need to update Docker file for docker-entrypoint.sh
following instruction should be added in alpine container.

RUN chmod 777 /usr/local/bin/docker-entrypoint.sh \
    && ln -s /usr/local/bin/docker-entrypoint.sh

As you pointed out, this is the same issue as that one, and the solutions I outlined in docker-library/postgres#296 (comment) are still recommended:

Either use git clone or manually apply chmod +x to your local file before invoking docker build.