docker-scripts/nextcloud/latest/Dockerfile

14 lines
611 B
Docker
Raw Normal View History

2019-04-08 14:56:33 +03:00
FROM nextcloud:latest
ENV DEBIAN_FRONTEND noninteractive
2019-09-02 13:59:09 +03:00
#editing sources list
RUN rm /etc/apt/sources.list
COPY sources.list /etc/apt/sources.list
#addoing some utils
2019-09-02 13:38:19 +03:00
RUN apt update -y && apt dist-upgrade -y && apt install -y --allow-unauthenticated ca-certificates gnupg sudo apt-transport-https lsb-release apt-utils locales console-cyrillic wget curl htop mc tmux iftop cmatrix iputils-ping cmatrix-xfont lsof lynx fontconfig smbclient nano libsmbclient
2019-09-02 13:59:09 +03:00
#thank u, mac users. rolling back normal ZipStreammer
2019-09-02 13:56:20 +03:00
RUN rm -fv /var/www/html/lib/private/Streamer.php
ADD Streamer.php /var/www/html/lib/private/