Chipathon dockerfile with paths relatives to project root #16

Merged
akiles merged 1 commits from fix-gf-drc-repo into main 2023-10-06 16:04:20 +00:00

View File

@ -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