Skip to content

Commit

Permalink
Provide gentoken inside dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt authored and barthalion committed Jan 4, 2025
1 parent 4cea976 commit be25587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN chmod +x /usr/local/bin/catatonit
COPY --from=builder /src/target/release/flat-manager /usr/local/bin/flat-manager
COPY --from=builder /src/target/release/delta-generator-client /usr/local/bin/delta-generator-client
COPY --from=builder /flat-manager-hooks/target/release/flathub-hooks /usr/local/bin/flathub-hooks
COPY --from=builder /src/target/release/gentoken /usr/local/bin/gentoken

ENV RUST_BACKTRACE=1

Expand Down

0 comments on commit be25587

Please sign in to comment.