Added ps command

This commit is contained in:
2020-05-30 01:27:57 +02:00
parent 2539360da9
commit bf9dddc8d6

View File

@@ -1,3 +1,3 @@
FROM debian:10-slim
RUN apt-get update && apt-get -y install cowsay && apt-get clean
RUN apt-get update && apt-get -y install cowsay procps && apt-get clean
CMD ["/usr/games/cowsay", "Hej alla! Docker fungerar!"]