Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
Add libcrypto library
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael committed Jan 24, 2024
1 parent 9f8c8c7 commit 772717a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/aws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV PYTHONPATH=${LAMBDA_TASK_ROOT}/src:${PYTHONPATH}
COPY pyproject.toml poetry.lock docker/aws/lambda.py ${LAMBDA_TASK_ROOT}
COPY src ${LAMBDA_TASK_ROOT}/src
COPY --from=jrottenberg/ffmpeg /usr/local /usr/local
COPY --from=jrottenberg/ffmpeg /lib/x86_64-linux-gnu/libssl.so.1.0.0 /lib/x86_64-linux-gnu/
COPY --from=jrottenberg/ffmpeg /lib/x86_64-linux-gnu/libssl.so.1.0.0 /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /lib/x86_64-linux-gnu/

RUN pip install poetry && \
poetry config virtualenvs.create false && \
Expand Down

0 comments on commit 772717a

Please sign in to comment.