Skip to content

Commit cd313fd

Browse files
committed
Adjust Dockerfile
1 parent 1c5a88b commit cd313fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ WORKDIR /root/project
2929

3030
RUN source ~/.cargo/env && cargo build --release --no-default-features
3131

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
3334

3435
# Set locale to UTF-8
3536
ENV LANG C.UTF-8
@@ -43,7 +44,6 @@ RUN apt-get update \
4344
cmake \
4445
libssl-dev \
4546
libsrtp2-dev \
46-
ffmpeg \
4747
clang-format \
4848
libopus-dev \
4949
pkgconf \
@@ -74,10 +74,10 @@ RUN cd /tmp/ \
7474
&& cd / \
7575
&& rm -rf /tmp/*
7676

77-
ENV COMPOSITOR_PATH=/app/compositor/video_compositor
7877

7978
WORKDIR /app
8079

80+
ENV COMPOSITOR_PATH=/app/compositor/video_compositor
8181
COPY --from=builder /root/project/target/release compositor
8282

8383

0 commit comments

Comments
 (0)