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"]