disable alpine compatibility

This commit is contained in:
Dryusdan 2018-01-18 16:47:23 +01:00
parent 7a4801ad71
commit 2e20e19047
2 changed files with 3 additions and 9 deletions

View File

@ -7,13 +7,6 @@ pipeline:
dockerfile: Dockerfile.debian
secrets: [ docker_username, docker_password ]
build-alpine:
image: plugins/docker
registry: registry.dryusdan.fr
repo: registry.dryusdan.fr/dryusdan/peertube:alpine
dockerfile: Dockerfile.alpine
secrets: [ docker_username, docker_password ]
push:
image: appleboy/drone-git-push
branch: master

View File

@ -31,8 +31,9 @@ RUN addgroup -g 991 peertube && adduser -u 991 -G peertube -s /bin/sh -D -h /hom
git \
build-base \
g++ \
python \
&& apk -U add yarn ffmpeg libressl su-exec curl nodejs shadow \
python-dev \
&& apk add vips-dev fftw-dev vips fftw --update-cache --repository https://dl-3.alpinelinux.org/alpine/edge/testing/ \
&& apk -U add yarn ffmpeg libressl su-exec curl nodejs shadow python \
&& git clone --branch ${PEERTUBE_VER} https://github.com/Chocobozzz/PeerTube /PeerTube \
&& echo "****** chown ******" \
&& chown -R peertube:peertube PeerTube \