Commit cd313fd 1 parent 1c5a88b commit cd313fd Copy full SHA for cd313fd
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ WORKDIR /root/project
29
29
30
30
RUN source ~/.cargo/env && cargo build --release --no-default-features
31
31
32
- FROM elixir:1.16.2-otp-25 AS build_elixir
32
+ # FROM elixir:1.16.2-otp-25 AS build_elixir
33
+ FROM cimg/elixir:1.16.0-erlang-26.2.1 AS build_elixir
33
34
34
35
# Set locale to UTF-8
35
36
ENV LANG C.UTF-8
@@ -43,7 +44,6 @@ RUN apt-get update \
43
44
cmake \
44
45
libssl-dev \
45
46
libsrtp2-dev \
46
- ffmpeg \
47
47
clang-format \
48
48
libopus-dev \
49
49
pkgconf \
@@ -74,10 +74,10 @@ RUN cd /tmp/ \
74
74
&& cd / \
75
75
&& rm -rf /tmp/*
76
76
77
- ENV COMPOSITOR_PATH=/app/compositor/video_compositor
78
77
79
78
WORKDIR /app
80
79
80
+ ENV COMPOSITOR_PATH=/app/compositor/video_compositor
81
81
COPY --from=builder /root/project/target/release compositor
82
82
83
83
You can’t perform that action at this time.
0 commit comments