7 lines
83 B
Docker
7 lines
83 B
Docker
FROM debian:jessie
|
|
|
|
RUN apt-get update && apt-get install -y vim
|
|
|
|
ADD *.deb /tmp/
|
|
|