1
0

add version layer information

This commit is contained in:
sparklyballs
2016-10-14 15:19:58 +01:00
parent 371767bb48
commit e005f2b8a0
2 changed files with 15 additions and 1 deletions

View File

@ -1,6 +1,11 @@
FROM lsiobase/alpine
MAINTAINER saarg
# set version label
ARG BUILD_DATE
ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
# install runtime packages
RUN \
apk add --no-cache \