Skip to content

Commit

Permalink
Dockerfile: add libatomic1 package
Browse files Browse the repository at this point in the history
this is required for using the remote VSCode tools
It takes additional 36Kb of disk, which I think is fair for not having to install it on every single image we work with
  • Loading branch information
Williangalvani authored and joaoantoniocardoso committed Jun 6, 2024
1 parent d248fd0 commit be2a073
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 @@ -104,6 +104,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
wget \
# LIBS:
libatm1 \
libatomic1 \
libavcodec59 \
libavfilter8 \
libavformat59 \
Expand Down

0 comments on commit be2a073

Please sign in to comment.