Build fix (Dockerfile, using Alpine 3.6 for now).

This commit is contained in:
x86dev 2018-12-16 14:23:19 +01:00
parent f05a4251e3
commit 318c29766b

View File

@ -1,6 +1,6 @@
# Using https://github.com/gliderlabs/docker-alpine, # Using https://github.com/gliderlabs/docker-alpine,
# plus https://github.com/just-containers/s6-overlay for a s6 Docker overlay. # plus https://github.com/just-containers/s6-overlay for a s6 Docker overlay.
FROM gliderlabs/alpine FROM gliderlabs/alpine:3.6
# Initially was based on work of Christian Lück <christian@lueck.tv>. # Initially was based on work of Christian Lück <christian@lueck.tv>.
LABEL description="A complete, self-hosted Tiny Tiny RSS (TTRSS) environment." \ LABEL description="A complete, self-hosted Tiny Tiny RSS (TTRSS) environment." \
maintainer="Andreas Löffler <andy@x86dev.com>" maintainer="Andreas Löffler <andy@x86dev.com>"