Skip to content

Commit

Permalink
ci: install libressl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online committed Jul 14, 2024
1 parent 9cba6bf commit 61f343c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM ocaml/opam:alpine-ocaml-5.1-flambda
RUN sudo apk add --no-cache --update \
bash make cmake curl perl-utils git patch gcc g++ \
linux-headers pkgconfig m4 musl-dev perl \
autoconf automake bzip2-dev gmp-dev openssl-dev
autoconf automake bzip2-dev gmp-dev libressl-dev

COPY --from=zlib-build /lib/libz.a /lib/libz.a
COPY --from=zlib-build /usr/lib/pkgconfig/zlib.pc /usr/lib/pkgconfig/zlib.pc
Expand All @@ -28,8 +28,7 @@ WORKDIR /usr/app

COPY ./osnap.opam .

RUN opam install . --with-test --yes && \
eval $(opam env)
RUN opam install . --yes && eval $(opam env)

COPY . .

Expand Down
2 changes: 0 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

(name osnap)

(implicit_transitive_deps false)

(generate_opam_files true)

(source
Expand Down

0 comments on commit 61f343c

Please sign in to comment.