1
0

5 lines
92 B
Docker

FROM debian:9
RUN apt-get update
#RUN DEBIAN_FRONTEND=noninteractive apt-get install -y...