FROM registry.fakecake.org/docker.io/debian:buster-slim RUN apt-get update && apt-get install -y dictd mueller7-dict COPY dictd.conf /etc/dictd/dictd.conf EXPOSE 2628 ENTRYPOINT /usr/sbin/dictd -d nodetach