docker-library / memcached

Docker Official Image packaging for memcached
http://memcached.org/
BSD 3-Clause "New" or "Revised" License
131 stars 99 forks source link

Fixing in Dockerfile #50

Closed thatsk closed 5 years ago

thatsk commented 5 years ago

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
thatsk commented 5 years ago

https://github.com/docker-library/postgres/issues/296

tianon commented 5 years ago

As you pointed out, this is the same issue as that one, and the solutions I outlined in https://github.com/docker-library/postgres/issues/296#issuecomment-308735942 are still recommended:

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