summaryrefslogtreecommitdiff
path: root/server/test/docker/templates/ubuntu-22.Dockerfile.in
blob: 2ac7127164b6192b5be1d99756962a4a559475ee (plain)
1
2
3
4
5
# -*- dockerfile -*-
FROM ubuntu:jammy
ARG DEBIAN_FRONTEND=noninteractive
# Need to install make, tzdata here to avoid stupid prompts when running package install via autobuild
RUN apt-get update --fix-missing -y && apt-get install -y make tzdata