4 lines
64 B
Docker
4 lines
64 B
Docker
FROM debian:stable-slim
|
|
|
|
ADD resources /tmp
|
|
RUN /tmp/install.sh
|