4 lines
77 B
Text
4 lines
77 B
Text
|
FROM debian:stretch
|
||
|
ADD bootstrap.sh /
|
||
|
RUN /bootstrap.sh && rm /bootstrap.sh
|