From 62fae6b2bd434a715c85230b5589d978407a02c0 Mon Sep 17 00:00:00 2001 From: Aquiles Viza Date: Fri, 22 Dec 2023 17:53:22 -0300 Subject: [PATCH] Fixed Dockerfile --- stacks/chipathon-tools/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacks/chipathon-tools/Dockerfile b/stacks/chipathon-tools/Dockerfile index d663776..f393dd4 100644 --- a/stacks/chipathon-tools/Dockerfile +++ b/stacks/chipathon-tools/Dockerfile @@ -2,7 +2,7 @@ ARG BASE_IMG=heavy-desktop FROM $BASE_IMG as chipathon-tools # Add scripts -COPY --chown=designer:designer --chmod=755 stacks/chipathon-tools/scripts/global-variables . +COPY --chown=designer:designer --chmod=755 stacks/chipathon-tools/scripts/global-variables.sh . COPY --chown=designer:designer --chmod=755 stacks/chipathon-tools/scripts/install-open-pdks.sh . RUN ./install-open-pdks.sh @@ -14,4 +14,4 @@ RUN ./patch-open-pdks-sky130.sh RUN rm *.sh # Initialize the enviroment keeping container alive -CMD ["sleep", "infinity"] \ No newline at end of file +CMD ["sleep", "infinity"]