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