Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

依存関係の修正 #1

Merged
merged 2 commits into from
Jun 2, 2022
Merged

依存関係の修正 #1

merged 2 commits into from
Jun 2, 2022

Conversation

chroju
Copy link
Member

@chroju chroju commented Jun 2, 2022

@@ -21,7 +21,7 @@ RUN rm -rf /root/.cache/pip

# Download libraries we need to run in lambda
WORKDIR /tmp
RUN yumdownloader -x \*i686 --archlist=x86_64 clamav clamav-lib clamav-update json-c pcre2 libprelude gnutls libtasn1 lib64nettle nettle
RUN yumdownloader -x *i686 --archlist=x86_64 clamav clamav-lib clamav-update json-c pcre2 libprelude gnutls libtasn1 lib64nettle nettle libtool-ltdl bzip2-libs libxml2 xz-libs libgcrypt libgpg-error
Copy link

@satoru-shibano satoru-shibano Jun 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

消えてていいものなのか、必須なものなのかもわからず書いてる()

\*i686 エスケープが消えてるのは意図的...?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

意図的です。
元のissueでも削除されていましたが、どちらでも動作的には変わらなかったのでそのまま採用しました。

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

参考。
image

@chroju chroju merged commit c7dcd19 into master Jun 2, 2022
@chroju chroju deleted the fix branch June 2, 2022 05:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants