mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 22:57:55 +03:00
4 lines
318 B
Docker
4 lines
318 B
Docker
|
FROM nextcloud:latest
|
||
|
ENV DEBIAN_FRONTEND noninteractive
|
||
|
RUN apt update -y && apt install -y --allow-unauthenticated ca-certificates gnupg apt-transport-https lsb-release apt-utils locales console-cyrillic wget curl htop mc tmux iftop cmatrix iputils-ping cmatrix-xfont lsof lynx fontconfig sudo smbclient nano -y
|