Skip to content

Commit

Permalink
Update comments in node Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiawei committed Feb 20, 2024
1 parent cd811e1 commit ff0adcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions node/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ COPY --from=ubi / /
# Add in top-level license file
COPY LICENSE /licenses

# Node is build on a debian image with pcap 1.8, but there is no 1.8 available so we copy 1.9 over. Ideally we should
# should build node on a centos image so we can have correct pcap version alignment.
# Node is built on a debian image with pcap 1.8, but there is no 1.8 available so we copy 1.9 over.
# Ideally we should build node on a centos image so we can have correct pcap version alignment.
RUN ln -s $(ls /usr/lib64/libpcap.so.1.9.* | tail -n 1) /usr/lib64/libpcap.so.0.8

CMD ["start_runit"]
Expand Down
4 changes: 2 additions & 2 deletions node/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ COPY --from=ubi / /
# Add in top-level license file
COPY LICENSE /licenses

# Node is build on a debian image with pcap 1.8, but there is no 1.8 available so we copy 1.9 over. Ideally we should
# should build node on a centos image so we can have correct pcap version alignment.
# Node is built on a debian image with pcap 1.8, but there is no 1.8 available so we copy 1.9 over.
# Ideally we should build node on a centos image so we can have correct pcap version alignment.
RUN ln -s $(ls /usr/lib64/libpcap.so.1.9.* | tail -n 1) /usr/lib64/libpcap.so.0.8

# Delete qemu binaries
Expand Down

0 comments on commit ff0adcb

Please sign in to comment.