Skip to content

Commit

Permalink
Include libatomic1 in the container
Browse files Browse the repository at this point in the history
Useful for remote development. Only adds ~45kB to the image size.
  • Loading branch information
snh authored Apr 30, 2021
1 parent 29317c5 commit 4e33532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN case $(uname -m) in \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
libatomic1 \
rng-tools \
rtl-sdr \
sox \
Expand Down

0 comments on commit 4e33532

Please sign in to comment.