aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile.rpi
Commit message (Collapse)AuthorAgeFilesLines
* Update Dockerfile.rpi to better match Dockerfile:Jean-Philippe Roemer2016-01-281-2/+3
| | | | | - Dockerfile.rpi now uses hypriot/rpi-alpine-scratch as base (build script are available w/ a better maintainer & more updates) - Dockerfile.rpi updates alpine from v3.2 to v3.3 to be on par with Dockerfile
* Update Dockerfile to update alpine to v3.3 & fix virtual package and ↵Jean-Philippe Roemer2016-01-281-2/+2
| | | | | | | | | repository pinning on RPi - Dockerfile now uses alpine:3.3 as base - Dockerfile.rpi now uses v3.3/community repository without pinning - Go package is no longer fetched using repository pinning - Fixes problem while using repository pinning & virtual package at the same time
* Update Dockerfile & build script and add /etc/nsswitch.conf:Jean-Philippe Roemer2016-01-251-1/+4
| | | | | | - Add nsswitch.conf to configure LibC Name Service inside the container - Change my email in the Dockerfile - Update build script to install software as a `build-deps` virtual package so that adding a package to it will be automatically removed at the end of the build script
* Update s6 path in Dockerfile.rpiGregor Gramlich2016-01-021-1/+1
| | | | Apply the change from https://github.com/gogits/gogs/commit/0cbf56855aad82ff49952132287a0112f308c728 to the Dockerfile.rpi as well
* Dockerfile for RaspberryPi is added.Emrah URHAN2015-11-221-0/+22