sclorg / memcached

Container for memcached - high-performance, distributed memory object caching system
Other
1 stars 12 forks source link

Adding boltron prototype and dnf #3

Closed mkocka closed 7 years ago

mkocka commented 7 years ago

I suggest add Boltron prototype with dnf prototype as tool to install module

TomasTomecek commented 7 years ago
Step 5/10 : RUN microdnf --nodocs install memcached &&     microdnf -y clean all
 ---> Running in 7d3fe4e19d8d
Downloading metadata...
error: Could not depsolve transaction; 1 problem detected:
0. package memcached-1.4.36-1.module_2e6aa578.x86_64 requires systemd, but none of the providers can be installed

the other image builds just fine

phracek commented 7 years ago

Yeah, Dockerfile works fine, but Dockerfile.microdnf not. @mkocka I guess, repositories are missing. The same problem as Tomas's.

phracek commented 7 years ago

I will merge it and remove Dockerfile.microdnf after.