Skip to content

Commit

Permalink
add libatomic1 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Nov 28, 2021
1 parent 6ea7d4a commit 93cf25a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN \
apt-get install -y \
git \
jq \
libatomic1 \
nano \
net-tools \
sudo && \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN \
apt-get install -y \
git \
jq \
libatomic1 \
nano \
net-tools \
sudo && \
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN \
apt-get install -y \
git \
jq \
libatomic1 \
nano \
net-tools \
sudo && \
Expand Down

0 comments on commit 93cf25a

Please sign in to comment.