From 971af5c574332db081e3863a9c4810d162423505 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Wed, 13 Oct 2021 22:08:15 +0200 Subject: [PATCH] Fix very minor oversight in config example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #872 Signed-off-by: Jérôme Petazzoni --- config.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.md b/config.md index 4371d5d28..4306c82e9 100644 --- a/config.md +++ b/config.md @@ -298,6 +298,10 @@ Here is an example image configuration JSON document: "created": "2015-10-31T22:22:55.613815829Z", "created_by": "/bin/sh -c #(nop) CMD [\"sh\"]", "empty_layer": true + }, + { + "created": "2015-10-31T22:22:56.329850019Z", + "created_by": "/bin/sh -c apk add curl" } ] }