buntu base container should be sufficient

This commit is contained in:
Robin Müller 2023-09-12 10:25:01 +02:00
parent bdfeb1bdd5
commit 6285d15873
Signed by: muellerr
GPG Key ID: A649FB78196E3849

6
automation/Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM ubuntu:focal
RUN apt-get update
RUN apt-get --yes upgrade
# Required in case tzdata is a installed, won't install otherwise
ARG DEBIAN_FRONTEND=noninteractive