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 ff51157 commit 322e303Copy full SHA for 322e303
scripts/docker/Dockerfile.formosa
@@ -0,0 +1,7 @@
1
+# syntax = devthefuture/dockerfile-x
2
+
3
+FROM ./Dockerfile.build as build-formosa
4
5
+RUN \
6
+ opam install --deps-only --confirm-level=unsafe-yes jasmin && \
7
+ opam clean
0 commit comments