Skip to content
VBrazhnik edited this page Jul 19, 2018 · 4 revisions

01: Talking cow

Answer

FROM debian

MAINTAINER vbrazhni <[email protected]>

RUN apt-get update && apt-get install -y cowsay fortune lolcat

ENTRYPOINT /usr/games/fortune | /usr/games/cowsay | /usr/games/lolcat

02: C environment

Answer

FROM debian

MAINTAINER vbrazhni <[email protected]>

RUN apt-get update && apt-get upgrade -y && apt-get install -y build-essential git

Clone this wiki locally