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