File: Dockerfile.archlinux

package info (click to toggle)
varnish 7.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, 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 (15 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FROM archlinux:base-devel

RUN set -e; \
	pacman -Sy --noconfirm \
	       ca-certificates \
	       cpio \
	       git \
	       libedit \
	       libtool \
	       libunwind \
	       linux-headers \
	       pcre2 \
	       python-docutils \
	       python-sphinx \
	       tar