We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cowsay
1 parent fa9aa77 commit 0c88a87Copy full SHA for 0c88a87
containers/Containerfile
@@ -5,3 +5,5 @@ FROM ${BASE_IMAGE}:${BASE_VERSION}
5
6
RUN useradd -m -d /var/home/admin -G wheel admin \
7
&& echo "admin:password" | chpasswd
8
+
9
+RUN dnf install -y cowsay
0 commit comments