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