issues
search
ezkrg
/
docker-bitlbee-libpurple
bitlbee with libpurple and plugins
28
stars
17
forks
source link
multi RUN
#15
Closed
ezkrg
closed
4 years ago
ezkrg
commented
4 years ago
changed to multiple RUN instead of single to avoid rebuild the whole image when a new plugin added
ENV variables became ARGs, because its only needed when building image
ARGs moved before correspondig plugin RUN stage to avoid rebuild previous layers when plugin version changed or enable/disable it
bitlbee got make install-etc for default config file