From 6be292f8632240a13f77c313e64f299b9da3ce28 Mon Sep 17 00:00:00 2001 From: RobC <2182970+IBMRob@users.noreply.github.com> Date: Mon, 26 Sep 2022 20:43:46 +0100 Subject: [PATCH] Fix Syntax (#187) --- samples/updateBase/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/updateBase/Dockerfile b/samples/updateBase/Dockerfile index 7bcca1b..0963cfa 100644 --- a/samples/updateBase/Dockerfile +++ b/samples/updateBase/Dockerfile @@ -3,6 +3,6 @@ FROM ${FROMIMAGE} USER root -RUN RUN microdnf update && microdnf clean all +RUN microdnf update && microdnf clean all -USER 1001 \ No newline at end of file +USER 1001