Jacek Kowalski
2019-01-26 f2f1abc59343053fd671f6f05a5357344e25cea0
Install python-pycryptodome and libnss3
1 files modified
5 ■■■■ changed files
Dockerfile 5 ●●●● patch | view | raw | blame | history
Dockerfile
@@ -2,4 +2,7 @@
RUN echo "Europe/Warsaw" > /etc/timezone \
    && rm -f /etc/localtime \
    && dpkg-reconfigure -f noninteractive tzdata
    && dpkg-reconfigure -f noninteractive tzdata \
    && apt-get -y update \
    && apt-get -y install python-pycryptodome libnss3 \
    && apt-get -y clean