Commit graph

4 commits

Author SHA1 Message Date
nicobo
1e8574cec2
~ Moving the most changing parts after the dependencies build so this layer can be reused to speed up the build
~ only copying explicit files (no more 'COPY . .')
+ also installing requirements-build.txt as its cleaner and might 
prevent bugs in the future (although it was not required because all 
build requirements are installed in a step before)
+ fixed : creating the .omemo directory to store OMEMO keys (XMPP 
backend)
+ adding default configuration files (less CLI parameters are therefore 
mandatory)
2021-01-23 22:34:34 +01:00
nicobo
fb3e359eb1
chaining again apt-get update & install to make sure packages are up to date 2021-01-19 12:21:50 +01:00
nicobo
b42b078cfd
Using back the native rustc package in the hope it offers more multiarch options 2021-01-18 22:41:07 +01:00
nicobo
931cfae18d
+ smaller images that should work on more CPU architectures 2021-01-17 23:40:30 +01:00