https://github.com/ledfan/rpm-nextcloud-builder
https://github.com/ledfan/rpm-nextcloud-builder
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ledfan/rpm-nextcloud-builder
- Owner: LEDfan
- Created: 2017-07-11T10:59:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T14:34:15.000Z (over 7 years ago)
- Last Synced: 2025-05-16T19:47:45.051Z (about 1 year ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project contains a Dockerfile which can be used to build the Nextcloud RPM.
To build the RPM:
1. clone this repo:
```
git clone https://github.com/ledfan/rpm-nextcloud-builder --recursive
```
2. build the docker container
```
docker build -t rpm-nextcloud-builder --build-arg HOST_UID=`id -u` --build-arg HOST_GID=`id -g` .
```
3. run the docker container
```
docker run --cap-add=SYS_ADMIN --security-opt apparmor:unconfined -it --volume `pwd`/rpm-nextcloud:/data rpm-nextcloud-builder
```
4. The RPM pacakge will be available in `rpm-nextcloud/RPMS/`