dda-backup/infrastructure/docker/image/Dockerfile

8 lines
108 B
Docker
Raw Normal View History

2020-11-12 15:53:02 +00:00
FROM ubuntu:focal
ARG DEBIAN_FRONTEND=noninteractive
2020-12-04 17:10:24 +00:00
# install it
ADD resources /tmp/
RUN /tmp/install.sh