diff --git a/automation/Dockerfile b/automation/Dockerfile new file mode 100644 index 0000000..12c4441 --- /dev/null +++ b/automation/Dockerfile @@ -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