dashboard
repositories
filestore
activity
search
login
docker
/
kodi-custom
Customized Kodi image
summary
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Install python-pycryptodome and libnss3
Jacek Kowalski
2019-01-26
f2f1abc59343053fd671f6f05a5357344e25cea0
[docker/kodi-custom]
/
Dockerfile
1
2
3
4
5
6
7
8
FROM jacekkow/kodi
RUN echo "Europe/Warsaw" > /etc/timezone \
&& rm -f /etc/localtime \
&& dpkg-reconfigure -f noninteractive tzdata \
&& apt-get -y update \
&& apt-get -y install python-pycryptodome libnss3 \
&& apt-get -y clean