3 lines
40 B
Docker
3 lines
40 B
Docker
FROM alpine
|
|
|
|
RUN apk add --no-cache vim
|
FROM alpine
|
|
|
|
RUN apk add --no-cache vim
|