6 lines
59 B
Docker
6 lines
59 B
Docker
FROM java
|
|
|
|
RUN apt-get update
|
|
RUN apt-get install -y \
|
|
vim
|