3 lines
82 B
Docker
3 lines
82 B
Docker
FROM alpine:latest
|
|
RUN apk update && apk upgrade && apk add neofetch
|
|
CMD neofetch
|