-
Notifications
You must be signed in to change notification settings - Fork 4
Bonus
VBrazhnik edited this page Jul 19, 2018
·
4 revisions
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
Answer
FROM debian
MAINTAINER vbrazhni <[email protected]>
RUN apt-get update && apt-get upgrade -y && apt-get install -y build-essential git