Skip to content

Commit

Permalink
docker: makefile was renamed but did not show error util cache was bu…
Browse files Browse the repository at this point in the history
…sted

Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Nov 25, 2023
1 parent ab4563c commit 8461bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && \
apt-get install -y apt-utils make cmake clang-15 ninja-build && \
rm -rf /var/lib/apt/lists/*

COPY ./Makefile /tinygo/Makefile
COPY ./GNUmakefile /tinygo/GNUmakefile

RUN cd /tinygo/ && \
make llvm-source
Expand Down

0 comments on commit 8461bd6

Please sign in to comment.