Skip to content

Commit

Permalink
add missing tool from docker build (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan-Ultra authored Dec 22, 2023
1 parent d97b6c4 commit ff8a43b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firehose.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ RUN mkdir /tmp/wasmer-install && cd /tmp/wasmer-install && \
mv lib/libwasmer.a lib/libwasmer.so /usr/lib/ && cd / && rm -rf /tmp/wasmer-install

COPY --from=firehose /work/fireantelope /app/fireantelope
COPY --from=firehose /work/tools/fireantelope/motd /etc/motd
COPY --from=firehose /work/tools/fireantelope/motd_generic /etc/
COPY --from=firehose /work/tools/fireantelope/motd_node_manager /etc/
COPY --from=firehose /work/tools/fireantelope/99-firehose.sh /etc/profile.d/
COPY --from=firehose /work/tools/fireantelope/scripts/* /usr/local/bin

RUN echo cat /etc/motd >> /root/.bashrc

ENV PATH=$PATH:/app

0 comments on commit ff8a43b

Please sign in to comment.