mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
added wizard.cfg to .gitignore
This commit is contained in:
parent
f62e36a2b5
commit
9637502da7
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ armbian/
|
||||
raspbian_root
|
||||
raspbian_boot
|
||||
docker-armhf/raspbian_docker.img
|
||||
ncp-web/wizard.cfg
|
||||
|
||||
@ -1,32 +0,0 @@
|
||||
FROM ownyourbits/nextcloudpi-x86
|
||||
|
||||
MAINTAINER Ignacio Núñez Hernanz <nacho@ownyourbits.com>
|
||||
|
||||
SHELL ["/bin/bash", "-c"]
|
||||
|
||||
ENV DOCKERBUILD 1
|
||||
|
||||
COPY build-devel.sh /usr/local/etc/
|
||||
|
||||
RUN \
|
||||
apt-get update; \
|
||||
apt-get install --no-install-recommends -y wget ca-certificates git; \
|
||||
|
||||
# install nextcloudpi devel
|
||||
source /usr/local/etc/library.sh; \
|
||||
set +x; \
|
||||
cd /usr/local/etc/; \
|
||||
install_script build-devel.sh; \
|
||||
|
||||
# specific cleanup
|
||||
rm /usr/local/etc/build-devel.sh; \
|
||||
apt-get purge -y wget ca-certificates git; \
|
||||
|
||||
# package clean up
|
||||
apt-get autoremove -y; \
|
||||
apt-get clean; \
|
||||
rm -f /var/lib/apt/lists/*; \
|
||||
rm -rf /usr/share/man/*; \
|
||||
rm -rf /usr/share/doc/*; \
|
||||
rm -f /var/log/alternatives.log /var/log/apt/*; \
|
||||
rm /var/cache/debconf/*-old;
|
||||
Loading…
x
Reference in New Issue
Block a user