diff options
Diffstat (limited to 'Containerfile')
| -rw-r--r-- | Containerfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Containerfile b/Containerfile index 6e03bad..e840311 100644 --- a/Containerfile +++ b/Containerfile @@ -6,6 +6,9 @@ ARG GDB_VERSION ARG NEWLIB_VERSION ARG TARGET +ADD ./patches /patches +ADD ./scripts /scripts + RUN /scripts/0000-prepare-os.sh RUN /scripts/0100-download.sh RUN /scripts/0200-build-target-binutils.sh |
