diff --git a/Dockerfile b/Dockerfile index c6c0742..7e91927 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN \ apt-get install -y \ git \ jq \ + libatomic1 \ nano \ net-tools \ sudo && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index e34afb7..2003e69 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -16,6 +16,7 @@ RUN \ apt-get install -y \ git \ jq \ + libatomic1 \ nano \ net-tools \ sudo && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 032d767..2807e33 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -16,6 +16,7 @@ RUN \ apt-get install -y \ git \ jq \ + libatomic1 \ nano \ net-tools \ sudo && \