Skip to content

Commit 66db85f

Browse files
authored
Merge pull request #4181 from FStarLang/copilot/add-missing-packages-devcontainer
Add domainslib to devcontainer opam packages
2 parents acc3165 + d145c86 commit 66db85f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.devcontainer/minimal.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN opam option depext-run-installs=true
4747
ENV OPAMYES=1
4848
COPY ./fstar.opam .
4949
RUN opam install --deps-only . && rm fstar.opam
50+
RUN opam install domainslib
5051

5152
# Install Z3
5253
COPY ./.scripts/get_fstar_z3.sh /usr/local/bin

0 commit comments

Comments
 (0)