File: Dockerfile

package info (click to toggle)
sudo 1.9.17p2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,624 kB
  • sloc: ansic: 114,008; sh: 13,621; makefile: 9,805; yacc: 2,608; lex: 1,574; perl: 366; python: 362; sed: 265
file content (10 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
FROM docker.io/library/debian:testing

RUN DEBIAN_FRONTEND=noninteractive TZ=America/Denver apt-get update && \
    DEBIAN_FRONTEND=noninteractive TZ=America/Denver apt-get install -y \
	build-essential curl dpkg-dev ed fakeroot file git libapparmor-dev \
	libaudit-dev libkrb5-dev libldap2-dev libpam0g-dev libpython3-dev \
	libsasl2-dev libselinux1-dev libsepol-dev libssl-dev libwolfssl-dev \
	lsb-release ncurses-term openssh-client pkg-config procps python3-dev \
	ssh zlib1g-dev
RUN useradd -ms /bin/bash build