commit a9dc6fc60661479bf7961e8198dcdd2746abdacc from: Omar Polo date: Thu Apr 07 12:27:26 2022 UTC rephrase dockerfile description commit - 456a4c6b6e2d1e506816be64dfc7cb36ca0c822a commit + a9dc6fc60661479bf7961e8198dcdd2746abdacc blob - c9515e7842f182d5da50b62b69fca0020cc216f1 blob + b79a155be18d98657926a6fa2af2bf01c9af9e34 --- site/contrib.gmi +++ site/contrib.gmi @@ -6,7 +6,7 @@ This directory is for additional contributed files whi => TREE/contrib/Dockerfile contrib/Dockerfile -A sample Dockerfile. The resulting image is a classic alpine linux image with a statically linked gmid installed as /bin/gmid. Build the image with: +A sample Dockerfile that builds an alpine linux-based image with a statically linked gmid installed as /bin/gmid. To build the image: ```instructions to build the image # docker build -f contrib/Dockerfile -t gmid .