From 22362a3937cd9ac0c41458205c5d9247041203f0 Mon Sep 17 00:00:00 2001 From: Mario Romero Date: Tue, 19 Sep 2023 19:20:44 -0300 Subject: [PATCH] Fix typo --- base/arch.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/arch.Dockerfile b/base/arch.Dockerfile index a42fd8b..075e793 100644 --- a/base/arch.Dockerfile +++ b/base/arch.Dockerfile @@ -1,4 +1,4 @@ -# OSIC Stacks - osicstack-base-arch +# OSIC Stacks - osicstacks-base-arch # Base image for OSIC Stacks FROM greyltc/archlinux-aur:paru @@ -31,4 +31,4 @@ COPY --chown=designer:designer --chmod=755 scripts/klayout /home/designer/.scrip ENV PATH="/home/designer/.scripts:${PATH}" # Initialize the enviroment keeping container alive -CMD ["sleep", "infinity"] \ No newline at end of file +CMD ["sleep", "infinity"]