Skip to content

Commit b2be4b5

Browse files
authored
ci: Add libatomic as dependency for pre-commit image (#2697)
1 parent b4e4055 commit b2be4b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/pre-commit/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ RUN apt-get update \
1717
&& apt-get install -y --no-install-recommends --no-install-suggests \
1818
curl \
1919
git \
20+
libatomic1 \
2021
software-properties-common \
2122
&& apt-get clean \
2223
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)