File: Dockerfile-beanstalkd

package info (click to toggle)
php-pda-pheanstalk 4.0.5-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 608 kB
  • sloc: php: 2,658; xml: 60; makefile: 15
file content (3 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (2)
1
2
3
FROM alpine
RUN apk add --update --no-cache beanstalkd
ENTRYPOINT /usr/bin/beanstalkd