From 80e1dfebb997a5a25ad3f4fc6a50775250c240e2 Mon Sep 17 00:00:00 2001 From: runalsh <21105673+runalsh@users.noreply.github.com> Date: Sat, 9 Mar 2024 22:16:41 +0300 Subject: [PATCH] fix ubuntu passwd --- Dockerfile.multi.ubuntu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile.multi.ubuntu b/Dockerfile.multi.ubuntu index 9824188..289accb 100644 --- a/Dockerfile.multi.ubuntu +++ b/Dockerfile.multi.ubuntu @@ -9,5 +9,4 @@ RUN chmod +x install-packages.sh RUN ./install-packages.sh RUN ./init.sh RUN echo 'root:root' | chpasswd -RUN echo 'ubuntu:ubuntu' | chpasswd -CMD ["bash"] . \ No newline at end of file +CMD ["bash"] .