Skip to content

Commit

Permalink
docker install package audiowaveform from .deb
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Aug 13, 2023
1 parent 7384612 commit b98e071
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ RUN bundle install -j ${BUNDLE_JOBS} --retry ${BUNDLE_RETRY}

COPY --from=mwader/static-ffmpeg:4.1.4-2 /ffmpeg /ffprobe /usr/local/bin/

COPY --from=realies/audiowaveform /usr/local/bin/audiowaveform /usr/local/bin/
RUN apt-get update && \
wget https://github.com/bbc/audiowaveform/releases/download/1.8.1/audiowaveform_1.8.1-1-12_arm64.deb && \
dpkg -i audiowaveform_1.8.1-1-12_arm64.deb || true && \
apt-get -f install -y


# Clean up APT when done
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
Expand Down

0 comments on commit b98e071

Please sign in to comment.