4 lines
127 B
Text
4 lines
127 B
Text
|
FROM ubuntu:latest
|
||
|
RUN apt-get update && apt-get upgrade -y && apt-get install -y neofetch && rm -rf /var/lib/apt
|
||
|
CMD neofetch
|