dda-backup/infrastructure/docker/image/Dockerfile

8 lines
108 B
Docker
Raw Normal View History

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