summaryrefslogtreecommitdiffstats
path: root/docker/ubuntu/latest/Dockerfile
blob: b8f19e708066899ecb6e67dc70cbad5990f620c6 (plain)
1
2
3
4
5
6
7
8
9
10
FROM docker.io/library/ubuntu:latest

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 libldap2-dev libpam0g-dev \
	libsasl2-dev libselinux1-dev libsepol-dev libssl-dev zlib1g-dev \
	libaudit-dev libssl-dev python3-dev libpython3-dev libwolfssl-dev \
	libapparmor-dev \
	file lsb-release fakeroot pkg-config procps git ssh openssh-client
RUN useradd -ms /bin/bash build