Skip to content

Commit

Permalink
PCP-1740 : changes related to delete legacy.so file from ssl folder (#44
Browse files Browse the repository at this point in the history
) (#45)
  • Loading branch information
kedar-calsoftinc authored Aug 24, 2023
1 parent 8d51867 commit 8ffa4bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN if [ ${CRYPTO_LIB} ]; \
FROM alpine:3.18
RUN rm /usr/lib/engines-3/padlock.so
RUN rm /lib/libcrypto.so.3
RUN rm /usr/lib/ossl-modules/legacy.so
RUN addgroup -S spectro
RUN adduser -S -D -h / spectro spectro
USER spectro
Expand Down

0 comments on commit 8ffa4bf

Please sign in to comment.