linux-on-ibm-z / dockerfile-examples

A collection of examples to show how Dockerfiles could be created and used on Linux on IBM z Systems.
37 stars 62 forks source link

libevent-dev libsnappy-dev fixes per recent troubleshooting experience #19

Open aosadchyy opened 2 years ago

aosadchyy commented 2 years ago

libevent-dev libsnappy-dev are to keep for runtime dependencies of moxi and memcached. Recently had a deeper dive with the vendor into couchbase deployed on s390x system. moxi and memcached fail to start complaining on missing libevent and libstappy so moodules. The patch is to install them in the container. The fix is not to apt-get remove them when building the original container image.