Skip to content

Commit

Permalink
Build like official instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Feb 12, 2018
1 parent e49e6e7 commit 04e54df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ RUN \
./configure --prefix=/usr \
--disable-gtk-update-checks \
--enable-x265 \
--launch-jobs=$(nproc) \
--launch \
&& \
cd build && \
make && make install && \
make --directory=build install && \
cd .. && \
# Cleanup.
del-pkg build-dependencies && \
Expand Down

0 comments on commit 04e54df

Please sign in to comment.