build(docker/memcached): Installs missing package.
This commit is contained in:
parent
3a5a169ca0
commit
a8eaddde3a
@ -1,4 +1,5 @@
|
||||
FROM docker.io/memcached:latest
|
||||
|
||||
USER root
|
||||
ENTRYPOINT /mnt/fradrive/utils/watchrun.sh "/mnt/fradrive/${CONTAINER_FILE}" "su memcache -c /usr/local/bin/docker-entrypoint.sh"
|
||||
RUN apt-get update && apt-get -y install inotify-tools
|
||||
ENTRYPOINT /mnt/fradrive/utils/watchrun.sh "/mnt/fradrive/${CONTAINER_FILE}" "su memcache -s /usr/local/bin/docker-entrypoint.sh"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user