aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d54719e25..eb99e0e95 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,7 @@ COPY . /tinygo
# build the compiler and tools
RUN cd /tinygo/ && \
- git submodule update --init --recursive && \
+ git submodule update --init && \
make gen-device -j4 && \
make build/release