File: Dockerfile.alpine

package info (click to toggle)
varnish 7.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 13,264 kB
  • sloc: ansic: 104,168; python: 2,669; makefile: 1,303; sh: 1,077; awk: 114; perl: 95; ruby: 33
file content (20 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
FROM alpine

RUN set -e; \
	apk update; \
	apk add -q \
	    autoconf \
	    automake \
	    build-base \
	    ca-certificates \
	    cpio \
	    git \
	    gzip \
	    libedit-dev \
	    libtool \
	    libunwind-dev \
	    linux-headers \
	    pcre2-dev \
	    py-docutils \
	    py3-sphinx \
	    tar