Skip to content

Commit

Permalink
Use custom docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jun 19, 2023
1 parent 21d7c00 commit caed90f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .cirrus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM sbtscala/scala-sbt:eclipse-temurin-jammy-17.0.5_8_1.9.0_3.3.0
FROM eclipse-temurin:17

RUN apt-get update && apt-get install -y build-essential clang cmake libssl-dev
RUN wget -q https://github.com/sbt/sbt/releases/download/v1.9.0/sbt-1.9.0.tgz && tar xvfz sbt-1.9.0.tgz

RUN git clone https://github.com/aws/s2n-tls.git && cd s2n-tls && cmake -S . -B build && cmake --build build && cmake --install build

ENV PATH="$PATH:/sbt/bin"
ENV S2N_DONT_MLOCK=1

0 comments on commit caed90f

Please sign in to comment.