Skip to content

Commit

Permalink
Adjust Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rados13 committed Mar 15, 2024
1 parent 1c5a88b commit 9cbac00
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ RUN apt-get update \
libx264-dev \
libfreetype-dev \
libx265-dev \
libavutil-dev
libavutil-dev \
clang-format \
curl \
wget \
build-essential

RUN cd /tmp/ \
&& wget https://downloads.sourceforge.net/opencore-amr/fdk-aac-2.0.0.tar.gz \
Expand All @@ -74,11 +78,13 @@ RUN cd /tmp/ \
&& cd / \
&& rm -rf /tmp/*

ENV COMPOSITOR_PATH=/app/compositor/video_compositor

WORKDIR /app

COPY --from=builder /root/project/target/release compositor
ENV LIVE_COMPOSITOR_WEB_RENDERER_ENABLE=0
ENV LIVE_COMPOSITOR_WEB_RENDERER_GPU_ENABLE=0
ENV COMPOSITOR_PATH=/app/compositor/video_compositor
# COPY --from=builder /root/project/target/release compositor


RUN mix local.hex --force && \
Expand Down

0 comments on commit 9cbac00

Please sign in to comment.