FROM alpine LABEL maintainer="Johannes Schickling " RUN apk add --no-cache beanstalkd EXPOSE 11300 ENTRYPOINT ["/usr/bin/beanstalkd"]