Merge pull request #115 from SuperSandro2000/alpine-12

Docker: Update Alpine to 3.12
pull/116/head
Tzahi12345 5 years ago committed by GitHub
commit ffe3133635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,8 +1,10 @@
FROM alpine:3.11
FROM alpine:3.12
RUN \
apk add --no-cache npm python ffmpeg && \
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
RUN apk add --no-cache \
npm \
python2 \
ffmpeg \
&& apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
atomicparsley
WORKDIR /app

Loading…
Cancel
Save