We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acc3165 + d145c86 commit 66db85fCopy full SHA for 66db85f
1 file changed
.devcontainer/minimal.Dockerfile
@@ -47,6 +47,7 @@ RUN opam option depext-run-installs=true
47
ENV OPAMYES=1
48
COPY ./fstar.opam .
49
RUN opam install --deps-only . && rm fstar.opam
50
+RUN opam install domainslib
51
52
# Install Z3
53
COPY ./.scripts/get_fstar_z3.sh /usr/local/bin
0 commit comments