Skip to content

Commit

Permalink
Dockerfile: add xxd dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nilfm99 committed Mar 13, 2024
1 parent 2a6060a commit 59e9e31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN apt-get update && \
doxygen \
python3 \
python3-pip \
python3-venv
python3-venv \
xxd

# retrieve source code
COPY . /vmaf
Expand Down

0 comments on commit 59e9e31

Please sign in to comment.