buntu base container should be sufficient
This commit is contained in:
parent
bdfeb1bdd5
commit
6285d15873
6
automation/Dockerfile
Normal file
6
automation/Dockerfile
Normal 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
|
Reference in New Issue
Block a user