Skip to content

Commit

Permalink
dockerfile: Switch back to manual install_ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Jul 21, 2022
1 parent eebd189 commit 219634e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
FROM livepeerci/build AS builder
FROM golang:1.16-buster as builder

WORKDIR /app
ENV PKG_CONFIG_PATH /root/compiled/lib/pkgconfig

RUN apt update \
&& apt install -y build-essential pkg-config autoconf gnutls-dev git curl

RUN curl -s https://raw.githubusercontent.com/livepeer/go-livepeer/5da8ff8e521c15e5828fb9dfa619daf91a091fd0/install_ffmpeg.sh \
| bash -

ENV GOFLAGS "-mod=readonly"

Expand Down

0 comments on commit 219634e

Please sign in to comment.