Skip to content

Commit

Permalink
dump openssl
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Dec 27, 2023
1 parent 7c39f2c commit 0a2ecd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ RUN cd /src/nginx && \
cd /src/lua-resty-core && \
make -j "$(nproc)" install PREFIX=/usr/local/nginx && \
cd /src/lua-resty-lrucache && \
make -j "$(nproc)" install PREFIX=/usr/local/nginx
make -j "$(nproc)" install PREFIX=/usr/local/nginx && \
perl /src/openssl/configdata.pm --dump

FROM python:3.12.1-alpine3.19
COPY --from=build /usr/local/nginx /usr/local/nginx
Expand Down

0 comments on commit 0a2ecd6

Please sign in to comment.