diff --git a/stacks/chipathon-tools/Dockerfile b/stacks/chipathon-tools/Dockerfile index 8b44771..65f4ae0 100644 --- a/stacks/chipathon-tools/Dockerfile +++ b/stacks/chipathon-tools/Dockerfile @@ -2,10 +2,10 @@ ARG BASE_IMG=heavy-desktop FROM $BASE_IMG as chipathon-tools # Add scripts -COPY --chown=designer:designer --chmod=755 scripts/install-open-pdks.sh . +COPY --chown=designer:designer --chmod=755 stacks/chipathon-tools/scripts/install-open-pdks.sh . RUN ./install-open-pdks.sh -COPY --chown=designer:designer --chmod=755 scripts/* . +COPY --chown=designer:designer --chmod=755 stacks/chipathon-tools/scripts/* . RUN ./patch-open-pdks.sh RUN rm *.sh