more tidying up and badges etc

This commit is contained in:
sparklyballs 2017-07-17 18:04:54 +01:00
parent 14a3560f52
commit d7f69006f0
1 changed files with 1 additions and 4 deletions

View File

@ -9,13 +9,10 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
# install build packages
RUN \
apk add --no-cache --virtual=build-dependencies \
curl \
g++ \
gcc \
git \
make \
python2-dev \
tar && \
python2-dev && \
# install runtime packages
apk add --no-cache \