Skip to content

Commit

Permalink
add ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Sep 29, 2024
1 parent 69ce23b commit 0ece8dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update && \
clang \
cmake \
curl \
ffmpeg \
g++ \
jq \
lcov \
Expand All @@ -41,6 +42,7 @@ RUN apt-get update && \
procps \
tzdata \
unzip \
vim \
wget \
zip \
&& \
Expand Down Expand Up @@ -115,7 +117,9 @@ FROM base
COPY --from=mwax_mover /app /mwax_mover

RUN cd /mwax_mover && \
chmod +x /mwax_mover/scripts/*.py && \
python -m pip install .
ENV PATH="/mwax_mover/scripts/:${PATH}"

# # python /mwax_mover/scripts/cal_analysis.py \
# # --name "${name}" \
Expand Down

0 comments on commit 0ece8dd

Please sign in to comment.