Skip to content

Commit

Permalink
Fixed package conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Jun 30, 2017
1 parent 3e2c3b2 commit 310a288
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ WORKDIR /tmp

# Install HandBrake
RUN \
echo "http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
echo "http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
apk --no-cache add \
# For live preview:
gst-libav1 \
gst-plugins-good1 \
gst-plugins-good \
# For main, big icons:
librsvg \
# For all other small icons:
Expand Down

0 comments on commit 310a288

Please sign in to comment.