Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lambda-function-fix-python3.9-freshclam-library-error #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN yumdownloader -x \*i686 --archlist=x86_64,aarch64 \
clamav clamav-lib clamav-update json-c \
pcre2 libtool-ltdl libxml2 bzip2-libs \
xz-libs libprelude gnutls nettle libcurl \
libnghttp2 libidn2 libssh2 openldap \
libnghttp2 libidn2 libpsl libssh2 openldap \
libunistring cyrus-sasl-lib nss pcre

RUN rpm2cpio clamav-0*.rpm | cpio -vimd && \
Expand All @@ -41,6 +41,7 @@ RUN rpm2cpio clamav-0*.rpm | cpio -vimd && \
rpm2cpio libcurl*.rpm | cpio -vimd && \
rpm2cpio libnghttp2*.rpm | cpio -vimd && \
rpm2cpio libidn2*.rpm | cpio -vimd && \
rpm2cpio libpsl*.rpm | cpio -vimd && \
rpm2cpio libssh2*.rpm | cpio -vimd && \
rpm2cpio openldap*.rpm | cpio -vimd && \
rpm2cpio libunistring*.rpm | cpio -vimd && \
Expand Down