Chipathon dockerfile with paths relatives to project root
This commit is contained in:
parent
432a75a80a
commit
aeea13a31d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user