Преглед на файлове

Merge pull request #8 from linuxserver/php7_edge

use edge repository for php dependencies
Neil преди 8 години
родител
ревизия
c7efff37da
променени са 1 файла, в които са добавени 6 реда и са изтрити 1 реда
  1. 6 1
      Dockerfile

+ 6 - 1
Dockerfile

@@ -10,7 +10,12 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
 RUN \
  apk add --no-cache \
 	imagemagick \
-	ffmpeg \
+	ffmpeg && \
+ apk add --no-cache \
+	--repository http://nl.alpinelinux.org/alpine/edge/main \
+	libwebp && \
+ apk add --no-cache \
+	--repository http://nl.alpinelinux.org/alpine/edge/community \
 	php7-gd && \
 
 # configure php