Skip to content

Commit

Permalink
Correct sexp generation for dockerfile-opam (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmandrew authored Apr 6, 2023
1 parent 0e59ea1 commit 4401b5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
unreleased
----------

- Correct sexp generation for dockerfile-opam.
(@benmandrew #158, review by @MisterDA)

- Switch to root and back to opam user when installing OCaml external
dependencies in the ocaml stage; fixes depext installation.
(@MisterDA #146, #157)
Expand Down
4 changes: 1 addition & 3 deletions src-opam/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
(synopsis "Dockerfile functions to generate opam2 base containers")
(libraries ocaml-version dockerfile fmt sexplib astring)
(preprocess
(per_module
((pps ppx_sexp_conv)
dockerfile_distro))))
(pps ppx_sexp_conv)))

0 comments on commit 4401b5f

Please sign in to comment.