Skip to content

Commit

Permalink
Build now-optional conf
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Aug 2, 2024
1 parent 8104f59 commit a863850
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN \
cd build && \
cmake .. -DCMAKE_INSTALL_PREFIX=/app/nzbget && \
cmake --build . -j 2 && \
cmake --build . --target install-conf && \
cmake --install . && \
mv /app/nzbget/bin/nzbget /app/nzbget/ && \
rm -rf /app/nzbget/bin/ && \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ RUN \
cd build && \
cmake .. -DCMAKE_INSTALL_PREFIX=/app/nzbget && \
cmake --build . -j 2 && \
cmake --build . --target install-conf && \
cmake --install . && \
mv /app/nzbget/bin/nzbget /app/nzbget/ && \
rm -rf /app/nzbget/bin/ && \
Expand Down

0 comments on commit a863850

Please sign in to comment.