52a8f2bf7e
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
10 lines
172 B
Docker
10 lines
172 B
Docker
FROM debian:testing-20210111-slim
|
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
|
|
COPY scripts scripts
|
|
COPY install /usr/local
|
|
|
|
RUN cd scripts && ./deploy.sh
|
|
ENV DEBIAN_FRONTEND=newt
|