Skip to content

Commit

Permalink
Merge pull request #227 from OctoPrint/add-x265
Browse files Browse the repository at this point in the history
Add x265 to image
  • Loading branch information
LongLiveCHIEF authored Jun 15, 2022
2 parents 1c077e2 + b078260 commit 56ec661
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 @@ -43,7 +43,8 @@ RUN apt-get update && apt-get install -y \
openssh-client \
v4l-utils \
xz-utils \
zlib1g-dev
zlib1g-dev \
x265

# unpack s6
COPY --from=s6build /tmp /tmp
Expand Down

0 comments on commit 56ec661

Please sign in to comment.