mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-12 06:37:55 +03:00
04/09/2019
This commit is contained in:
parent
351253b735
commit
1586ebd0fc
1
nextcloud/.docker-repository.yml
Normal file
1
nextcloud/.docker-repository.yml
Normal file
@ -0,0 +1 @@
|
||||
repository: epicmorg/nextcloud
|
3
nextcloud/.dockerignore
Normal file
3
nextcloud/.dockerignore
Normal file
@ -0,0 +1,3 @@
|
||||
.git
|
||||
scripts
|
||||
.idea
|
3
nextcloud/Dockerfile
Normal file
3
nextcloud/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
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
|
4
nextcloud/Makefile
Normal file
4
nextcloud/Makefile
Normal file
@ -0,0 +1,4 @@
|
||||
all: nc
|
||||
nc:
|
||||
docker build --no-cache -t epicmorg/nextcloud .
|
||||
|
Loading…
x
Reference in New Issue
Block a user