File: Dockerfile-phpunit

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 (17 lines) | stat: -rw-r--r-- 276 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FROM alpine
RUN apk add --update --no-cache \
    tini \
    curl \
    git \
    php7 \
    php7-json \
    php7-phar \
    php7-mbstring \
    php7-openssl \
    php7-phpdbg \
    php7-curl \
    php7-dom \
    php7-ctype \
    php7-sockets \
    php7-tokenizer
WORKDIR /app