Skip to content

Commit

Permalink
Add libatomic to docker image
Browse files Browse the repository at this point in the history
In ARM64 image, ovn-central pods crashed due to missing libatomic. Resolve this problem by installing libatomic in image build steps.
  • Loading branch information
Pastens committed Jun 28, 2020
1 parent 2d369f3 commit 732b240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN yum remove -y bind-export-libs && yum update -y && \
yum install -y \
gnutls \
firewalld-filesystem \
libatomic \
libpcap \
hostname ethtool \
iproute nc \
Expand Down

0 comments on commit 732b240

Please sign in to comment.