We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80a3a42 commit 88920b6Copy full SHA for 88920b6
base.Dockerfile
@@ -47,7 +47,7 @@ RUN make bootstrap SCHEME=scheme && make install
47
# in my experience, the Idris2 API seems to still work without the self-hosting step
48
# At least, it builds the idris2-python correctly (although i haven't checked anything else)
49
# to be safe, I'll do this step anyway
50
-# NOTE: i don't think the install-api transfers to the child images!
+# NOTE: not sure if the install-api transfers to the child images
51
RUN make clean && make all && make install
52
RUN make install-api
53
0 commit comments