7 lines
97 B
Docker
7 lines
97 B
Docker
|
FROM debian
|
||
|
|
||
|
RUN apt update
|
||
|
RUN apt install -y git
|
||
|
RUN apt install -y gpg
|
||
|
RUN apt install -y vim
|