Skip to content

Commit

Permalink
fix: antithesis-bot include libvoidstar.so (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka authored Dec 22, 2024
1 parent bed489d commit 7a96084
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ LABEL org.opencontainers.image.source="https://github.com/andrewgazelka/hyperion
org.opencontainers.image.version="0.1.0"

FROM runtime-base AS antithesis-bot

ENV LD_LIBRARY_PATH=/usr/lib
COPY --from=antithesis /usr/lib/libvoidstar.so /usr/lib/libvoidstar.so
COPY --from=antithesis /app/antithesis-bot /
LABEL org.opencontainers.image.source="https://github.com/andrewgazelka/hyperion" \
org.opencontainers.image.description="Hyperion Antithesis Bot" \
Expand Down

0 comments on commit 7a96084

Please sign in to comment.