diff options
author | Yurii Soldak <[email protected]> | 2021-10-26 23:08:40 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-10-27 20:49:06 +0200 |
commit | c8719f8d143dc7388289a9806dd076916f0bdd94 (patch) | |
tree | 1d75fbda92f3eabb63990576b3d0edc1f430ac3a /Dockerfile | |
parent | e848f47ad4667bafaca545dde5028a7be4748595 (diff) | |
download | tinygo-c8719f8d143dc7388289a9806dd076916f0bdd94.tar.gz tinygo-c8719f8d143dc7388289a9806dd076916f0bdd94.zip |
docker: add picolibc-include directory
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index 603cfe544..9328f025a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN cd /tinygo/ && \ git submodule update --init --recursive --force COPY ./lib/picolibc-* /tinygo/lib/ +COPY ./lib/picolibc-include/* /tinygo/lib/picolibc-include/ RUN cd /tinygo/ && \ go install /tinygo/ |