Skip to content

Commit

Permalink
Provide gentoken inside dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Dec 27, 2024
1 parent d4c2945 commit 782f2ef
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 782f2ef

Please sign in to comment.